Spread Windows Forms 17
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
    public bool CoordsSet {get;}
    See Also