Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

Description

Sets or returns whether the row's outlined row group is collapsed. If the outline is collapsed, the row is hidden.
C#
<p> public boolean OutlineCollapsed{ get; set; }</p>
vb.net
<p>Public Property OutlineCollapsed() As Boolean</p>

Examples

C#
//--- Get OutlineCollapsed
bool collapsed = rowProps.OutlineCollapsed;
 
//--- Set OutlineCollapsed
rowProps.OutlineCollapsed = true;
vb.net
'--- Get OutlineCollapsed
Dim collapsed As Boolean = rowProps.OutlineCollapsed
 
'--- Set OutlineCollapsed
rowProps.OutlineCollapsed = True

  • No labels