Spread Windows Forms 12.0 Product Documentation
CoordsSet Property


FarPoint.Excel Assembly > FarPoint.Excel Namespace > ExcelWarning Class : CoordsSet Property
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
public bool CoordsSet {get;}

Property Value

Boolean: true if the sheet, row, and column properties are set; false otherwise
See Also

Reference

ExcelWarning Class
ExcelWarning Members