Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CircularCellChangedEventArgs Class / Worksheet Property


In This Topic
Worksheet Property (CircularCellChangedEventArgs)
In This Topic
Gets the worksheet contains the cell range.
Syntax
'Declaration
 
Public ReadOnly Property Worksheet As IWorksheet
 
'Usage
 
Dim instance As CircularCellChangedEventArgs
Dim value As IWorksheet
 
value = instance.Worksheet
See Also