Search
Table.OffsetHeaderRows Property
See Also
 



Gets or sets a value indicating whether the table cells are offset to the right to accommodate for the expand buttons of header rows.

 Syntax

VB6  Copy Code

Public Property Get OffsetHeaderRows() As Boolean
Public Property Let OffsetHeaderRows( _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_OffsetHeaderRows ()
void put_OffsetHeaderRows (
    bool value
)

 Property Value

A boolean value. The default is false.

 Remarks

If 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