Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / ColumnFooterSheetCornerStyle Property


In This Topic
    ColumnFooterSheetCornerStyle Property
    In This Topic
    Gets or sets the style information for the sheet corner for the column footer.
    Syntax
    'Declaration
     
    
    Public Property ColumnFooterSheetCornerStyle As StyleInfo
    'Usage
     
    
    Dim instance As SheetView
    Dim value As StyleInfo
     
    instance.ColumnFooterSheetCornerStyle = value
     
    value = instance.ColumnFooterSheetCornerStyle
    public StyleInfo ColumnFooterSheetCornerStyle {get; set;}
    See Also