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


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