Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetSkin Class / ColumnFooterParent Property


In This Topic
    ColumnFooterParent Property
    In This Topic
    Gets the parent style name to use for initializing the column footer default style.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ColumnFooterParent As String
    'Usage
     
    
    Dim instance As SheetSkin
    Dim value As String
     
    value = instance.ColumnFooterParent
    public string ColumnFooterParent {get;}
    See Also