Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Table Class / Active Property


In This Topic
Active Property (Table)
In This Topic
Gets a value indicating whether the active cell of worksheet is inside the range of this Table object.
Syntax
'Declaration
 
Public ReadOnly Property Active As Boolean
 
'Usage
 
Dim instance As Table
Dim value As Boolean
 
value = instance.Active

Property Value

true if the table is active; otherwise, false.
See Also