Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellInfoRange Class / ColumnFooterSheetCornerStyleInfo Property


In This Topic
ColumnFooterSheetCornerStyleInfo Property
In This Topic
Gets or sets the StyleInfo object for the footer corner.
Syntax
'Declaration
 
Public Property ColumnFooterSheetCornerStyleInfo As StyleInfo
 
'Usage
 
Dim instance As CellInfoRange
Dim value As StyleInfo
 
instance.ColumnFooterSheetCornerStyleInfo = value
 
value = instance.ColumnFooterSheetCornerStyleInfo
See Also