Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SheetTable Class / Style Property


In This Topic
    Style Property (SheetTable)
    In This Topic
    Gets or sets a style for the table.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property Style As TableStyle
    'Usage
     
    Dim instance As SheetTable
    Dim value As TableStyle
     
    instance.Style = value
     
    value = instance.Style
    [DefaultValue("")]
    public TableStyle Style {get; set;}
    See Also