TdxSpreadSheetTableItem.Visible Property
In This Article
Switches the visibility of the table item object.
#Declaration
Delphi
property Visible: Boolean read; write;
#Property Value
Type |
---|
Boolean |
#Remarks
Set this property to False to hide the column or row. Set the property to True to make the table item visible again.
The default value of the Visible property is True.
See Also