In This Topic
Gets or sets the name of the Spread component.
Syntax
'Declaration
Public Shadows Property Name As String
'Usage
Dim instance As FpSpread
Dim value As String
instance.Name = value
value = instance.Name
public new string Name {get; set;}
See Also