Spread Windows Forms 12.0 Product Documentation
Name Property (FpSpread)
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpSpread Class : Name Property
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;}

Property Value

String containing the name of the Spread component
Example
This example sets the Name property.
fpSpread1.Name = "SpreadName";
fpSpread1.Name = "SpreadName"
See Also

Reference

FpSpread Class
FpSpread Members