Version

TableCellSettings Class Members

The following tables list the members exposed by TableCellSettings.

Public Constructors
 NameDescription
Public ConstructorTableCellSettings Constructor  
Public Properties
 NameDescription
Public PropertyAssociatedHeaderCellIdsGets/sets the the ids of header cells associated with this cell.  
Public PropertyBorderResolutionFlagsGets or sets the various resolution options which can be used for table cell borders.  
Public PropertyBordersGets/sets the borders around the cell (Inherited from Infragistics.Documents.RichText.TableCellSettingsBase)
Public PropertyColumnSpanGets/sets the number of columns the cell should span  
Public PropertyFitTextDetermines if text within the the cell will be expanded/compressed to fit within the cell's width  
Public PropertyFlowDirectionGets/sets the flow direction of lines in the cell  
Public PropertyHideMarkDetermines if end of cell marker will be used in the height calculation of the cell  
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 PropertyMarginsGets/sets the margins around the cell (Inherited from Infragistics.Documents.RichText.TableCellSettingsBase)
Public PropertyPreferredWidthGets/sets the preferred width of the cell  
Public PropertyShadingGets/sets the shading for the background of the cell (Inherited from Infragistics.Documents.RichText.TableCellSettingsBase)
Public PropertyVerticalAlignmentGets/sets the vertical alignment of text within the cell (Inherited from Infragistics.Documents.RichText.TableCellSettingsBase)
Public PropertyVerticalMergeGets/sets the if and how this cell merges with the cell above or below it.  
Public PropertyWrapDetermines if cell contents can wrap (Inherited from Infragistics.Documents.RichText.TableCellSettingsBase)
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