Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / TriCoord Class / Sheet Property


In This Topic
    Sheet Property (TriCoord)
    In This Topic
    Sheet
    Syntax
    'Declaration
     
    
    Public Property Sheet As Integer
    'Usage
     
    
    Dim instance As TriCoord
    Dim value As Integer
     
    instance.Sheet = value
     
    value = instance.Sheet
    public int Sheet {get; set;}
    See Also