TableSectionData.GetCellFormatOptions
Overloads (2):
GetCellFormatOptions
| Name | Return Type | Description |
|---|---|---|
| GetCellFormatOptions(Int32, Document) | FormatOptions | Returns a column's cell FormatOptions and if no FormatOptions exists for this column, it would come from the section. |
| GetCellFormatOptions(Int32, Int32, Document) | FormatOptions | Returns a cell's FormatOptions and if no FormatOptions exists for this cell, it would come from the column, or the row, or the section. |