Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / SheetInfo Class / View Property


In This Topic
    View Property (SheetInfo)
    In This Topic
    Syntax
    'Declaration
     
    <TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
    <NotifyParentPropertyAttribute(True)>
    Public Property View As SheetView
    'Usage
     
    Dim instance As SheetInfo
    Dim value As SheetView
     
    instance.View = value
     
    value = instance.View
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    [NotifyParentProperty(true)]
    public SheetView View {get; set;}
    See Also