Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelWarning Class / CoordsSet Property


In This Topic
CoordsSet Property
In This Topic
Gets whether the sheet, row, and column properties are set.
Syntax
'Declaration
 
Public ReadOnly Property CoordsSet As Boolean
 
'Usage
 
Dim instance As ExcelWarning
Dim value As Boolean
 
value = instance.CoordsSet
See Also