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


In This Topic
    ColumnFooterSheetCornerStyleName Property
    In This Topic
    Gets or sets the name of the style for the sheet corner of the column footer.
    Syntax
    'Declaration
     
    
    Public Property ColumnFooterSheetCornerStyleName As String
    'Usage
     
    
    Dim instance As SheetView
    Dim value As String
     
    instance.ColumnFooterSheetCornerStyleName = value
     
    value = instance.ColumnFooterSheetCornerStyleName
    public string ColumnFooterSheetCornerStyleName {get; set;}
    Exceptions
    ExceptionDescription
    Specified NamedStyle object could not be found in the collection
    See Also