Spread ASP.NET 16
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelWarning Class / Sheet Property


In This Topic
    Sheet Property (ExcelWarning)
    In This Topic
    Gets the index of the applicable sheet where the warning pertains.
    Syntax
    'Declaration
     
    Public ReadOnly Property Sheet As Integer
    'Usage
     
    Dim instance As ExcelWarning
    Dim value As Integer
     
    value = instance.Sheet
    public int Sheet {get;}

    Property Value

    Integer index of sheet
    See Also