Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / TableStyle Class / WholeTableStyle Property


In This Topic
    WholeTableStyle Property
    In This Topic
    The default style of the data area.
    Syntax
    'Declaration
     
    Public Property WholeTableStyle As TableStyleInfo
    'Usage
     
    Dim instance As TableStyle
    Dim value As TableStyleInfo
     
    instance.WholeTableStyle = value
     
    value = instance.WholeTableStyle
    public TableStyleInfo WholeTableStyle {get; set;}
    See Also