Skip to main content

TdxSpreadSheetTableViewOptionsPrintRect.Assigned Property

Specifies if the Table View worksheet’s printed area is treated as custom.

Declaration

property Assigned: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

The Table View worksheet’s PrintArea property value depends on the Assigned property value:

Value Description
False PrintArea returns the maximum available worksheet area whose dimensions (in cells) are determined by the dxSpreadSheetMaxColumnIndex and dxSpreadSheetMaxRowIndex global constants.
True PrintArea returns the Rect property value.

The OnChange event occurs every time the Assigned property value changes.

The default Assigned property value is False.

See Also