In This Topic
Gets or sets whether to show the outline (group) area.
Syntax
'Declaration
Public Property ShowOutline As RowCol
'Usage
Dim instance As FpSpread
Dim value As RowCol
instance.ShowOutline = value
value = instance.ShowOutline
public RowCol ShowOutline {get; set;}
See Also