Spread ASP.NET 16
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;}

    Property Value

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