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


In This Topic
    View Property
    In This Topic
    Gets the spread view associated with the control.
    Syntax
    'Declaration
     
    <BrowsableAttribute(False)>
    Public ReadOnly Property View As SpreadView
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim value As SpreadView
     
    value = instance.View
    [Browsable(false)]
    public SpreadView View {get;}
    See Also