Gets or sets a value indicating whether the table cells are offset to the right to accommodate for the expand buttons of header rows.
SyntaxVB6
Copy Code
|
|---|
Public Property Get OffsetHeaderRows() As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value. The default is false.
RemarksIf this property is set to false, the +/- buttons used to expand or collapse table sections are drawn inside the first cell of each header row. Otherwise, the buttons are drawn in their own column in front of the table's first column of cells.
See Also