Version

AreaSpecificSettings Class Members

The following tables list the members exposed by AreaSpecificSettings.

Public Constructors
 NameDescription
Public ConstructorAreaSpecificSettings Constructor  
Public Properties
 NameDescription
Public PropertyBottomLeftCellThe cell in the bottom left hand corner of the table  
Public PropertyBottomRightCellThe cell in the bottom right hand corner of the table  
Public PropertyEvenColumnBandingEven numbered groupings of columns  
Public PropertyEvenRowBandingEven numbered groupings of rows  
Public PropertyFirstColumnThe first column of cells in a table.  
Public PropertyFirstRowThe first row of cells in a table.  
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 PropertyLastColumnThe last column of cells in a table.  
Public PropertyLastRowThe last row of cells in a table.  
Public PropertyOddColumnBandingOdd numbered groupings of columns  
Public PropertyOddRowBandingOdd numbered groupings of rows  
Public PropertyTopLeftCellThe cell in the top left hand corner of the table  
Public PropertyTopRightCellThe cell in the top right hand corner of the table  
Public PropertyWholeTableThe entire table area  
Public Methods
 NameDescription
Public MethodClonePerforms a deep clone of the object. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public MethodGetAreaSettingsReturns the settings that relate to a specific area inside the table  
Public MethodSealMakes the object sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public MethodSetAreaSettingsSpecifies the settings that relate to a specific area inside the table  
Public MethodToStringReturns the string representation of this object.  
See Also