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


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