Spread Windows Forms 15.0
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;}
    See Also