Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / EditorInfo Class / Sheet Property


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

    Property Value

    The sheet.
    See Also