Gets or sets a value indicating whether the table section starting from a HeaderRow is expanded.
SyntaxVB6
Copy Code
|
|---|
Public Property Get RowExpanded( _ |
C++
Copy Code
|
|---|
public: |
A boolean value. The default is true.
RemarksThis property can be set only if the row is a HeaderRow. Arrows connected to the rows of a collapsed table section appear to be connected to the section header row.
See Also