Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / GcSpreadSheet Class / Sheets Property


In This Topic
    Sheets Property (GcSpreadSheet)
    In This Topic
    Gets or sets the GrapeCity.Windows.SpreadSheet.Data.Worksheet collection for the GcSpreadSheet control.
    Syntax
    'Declaration
     
    <BrowsableAttribute(False)>
    Public ReadOnly Property Sheets As WorksheetCollection
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim value As WorksheetCollection
     
    value = instance.Sheets
    [Browsable(false)]
    public WorksheetCollection Sheets {get;}
    See Also