Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / Sheets Property


In This Topic
    Sheets Property (FpSpread)
    In This Topic
    Gets the sheets (SheetView objects) in the component.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Sheets As SheetViewCollection
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As SheetViewCollection
     
    value = instance.Sheets
    public SheetViewCollection Sheets {get;}
    See Also