Version

TableRowSettings Class Members

The following tables list the members exposed by TableRowSettings.

Public Constructors
 NameDescription
Public ConstructorTableRowSettings Constructor  
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.  
Public Methods
 NameDescription
Public MethodClonePerforms a deep clone of the object. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public MethodSealMakes the object sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
See Also