Version 24.2 (latest)

TableRowSettings Class Properties

For a list of all members of this type, see TableRowSettings members.

Public Properties
 NameDescription
Public PropertyAlignmentGets/sets the alignment of the table (Inherited from Infragistics.Documents.RichText.TableSettingsBase)
Public PropertyAllowSplitDetermines if the table row can be split across multiple pages (Inherited from Infragistics.Documents.RichText.TableRowSettingsBase)
Public PropertyCellSpacingGets/sets the spacing around and between cells (Inherited from Infragistics.Documents.RichText.TableSettingsBase)
Public PropertyHeightGets/sets the row's height.  
Public PropertyHiddenDetermines if the row should be hidden  
Public PropertyIsSealedReturns true if this object has been sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public PropertyIsSharedGets the value which indicates whether the settings object is being shared by multiple nodes. (Inherited from Infragistics.Documents.RichText.RichTextSettingsBase)
Public PropertyLeadingEmptyAreaPreferredWidthThe preferred total width of the empty cells in this row before its first cell. This is ignored if LeadingEmptyCellCount is null or 0.  
Public PropertyLeadingEmptyCellCountThe count of empty cells in this row before its first cell.  
Public PropertyTrailingEmptyAreaPreferredWidthThe preferred total width of the empty cells in this row after its last cell. This is ignored if TrailingEmptyCellCount is null or 0.  
Public PropertyTrailingEmptyCellCountThe count of empty cells in this row after its last cell.  
See Also