Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableStyle Class / WholeTable Property


In This Topic
    WholeTable Property
    In This Topic
    Gets or sets the table style of the data area.
    Syntax
    'Declaration
     
    
    Public Property WholeTable As TableElementStyle
    'Usage
     
    
    Dim instance As TableStyle
    Dim value As TableElementStyle
     
    instance.WholeTable = value
     
    value = instance.WholeTable
    public TableElementStyle WholeTable {get; set;}
    See Also