TdxCustomDocumentCapabilitiesOptions.TableCellStyleAllowed Method
In This Article
Returns a value indicating whether styles can be applied to individual cells within a table.
#Declaration
Delphi
function TableCellStyleAllowed: Boolean; virtual;
#Returns
Type |
---|
Boolean |
#Remarks
If the function returns True, an end-user can apply a style to an individual cell within a table in the active document. If the TableCellStyleAllowed function returns False, it is not possible to apply styles to table cells individually.
Note
The Table
See Also