Version

TableCellBorderSettings Class Members

The following tables list the members exposed by TableCellBorderSettings.

Public Constructors
Public Properties
 NameDescription
Public PropertyBottomAn object that exposes the settings related to the 'Bottom' border. (Inherited from Infragistics.Documents.RichText.BorderSettingsBase)
Public PropertyBottomLeftToTopRightAn object that exposes the settings related to a diagonal border going from the bottom left corner of the cell to its top right corner.  
Public PropertyBottomRightToTopLeftAn object that exposes the settings related to a diagonal border going from the bottom right corner of the cell to its top left corner.  
Public PropertyEndAn object that exposes the settings related to the 'End' border (right side when direction is left-to-right, otherwise the left side). (Inherited from Infragistics.Documents.RichText.TableBorderSettingsBase)
Public PropertyInsideHorizontalAn object that exposes the settings related to the horizontal inside border. (Inherited from Infragistics.Documents.RichText.TableBorderSettingsBase)
Public PropertyInsideVerticalAn object that exposes the settings related to the vertical inside border. (Inherited from Infragistics.Documents.RichText.TableBorderSettingsBase)
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 PropertyStartAn object that exposes the settings related to the 'Start' border (left side when direction is left-to-right, otherwise the right side). (Inherited from Infragistics.Documents.RichText.TableBorderSettingsBase)
Public PropertyTopAn object that exposes the settings related to the 'Top' border. (Inherited from Infragistics.Documents.RichText.BorderSettingsBase)
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