Partition Property

Applies To   See Also

Specifies whether a Grid control is split into two panels and specifies where the split is relative to the left edge of the grid. Available at design time; read/write at run time.

Syntax

Grid.Partition[ = nSplit]

Settings

nSplit

Specifies the position where the grid splits into two panels. If nSplit is 0, the grid isn't split.

Remarks

Note that the SplitBar property takes precedence over the Partition property.