Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / CellsEnumerator Class / Sheet Property


In This Topic
    Sheet Property (CellsEnumerator)
    In This Topic
    Gets the sheet for the shape.
    Syntax
    'Declaration
     
    Public ReadOnly Property Sheet As Worksheet
    'Usage
     
    Dim instance As CellsEnumerator
    Dim value As Worksheet
     
    value = instance.Sheet
    public Worksheet Sheet {get;}

    Property Value

    The sheet for the shape.
    See Also