Skip to main content

TdxSpreadSheetOptionsView.FrozenPaneSeparatorWidth Property

Specifies the width (in pixels) of both the horizontal and vertical frozen pane separators.

Declaration

property FrozenPaneSeparatorWidth: Integer read; write; default 1;

Property Value

Type Default
Integer 1

Remarks

Columns and rows that are immobilized by calling the Table View worksheet’s FreezeColunns, FreezeRows, or FreezePanes procedures are separated from the scrollable worksheet area by the horizontal and vertical frozen pane separators, respectively.

Use the FrozenPaneSeparatorWidth and FrozenPaneSeparatorColor properties to change the line width and color for both the horizontal and vertical frozen pane separators.

The FrozenPaneSeparatorWidth property automatically updates by multiplying its current value by the form’s scaling factor every time it changes.

The default value of the FrozenPaneSeparatorWidth property is 1.

See Also