Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ColumnClipInfo Class / SheetName Property


In This Topic
SheetName Property (ColumnClipInfo)
In This Topic
Gets or sets the name of the sheet.
Syntax
'Declaration
 
Public Property SheetName As String
 
'Usage
 
Dim instance As ColumnClipInfo
Dim value As String
 
instance.SheetName = value
 
value = instance.SheetName
See Also