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