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


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