Version

SpreadsheetCellRangeFormat Class Members

The following tables list the members exposed by SpreadsheetCellRangeFormat.

Protected Fields
 NameDescription
Protected Field_innerPropertyBeingSet  
Public Properties
 NameDescription
Public PropertyAlignmentGets or sets the horizontal alignment of the content in a cell.  
Public PropertyFillGets or sets the fill of the cell.  
Public PropertyFontGets or sets the default font formatting.  
Public PropertyFormatStringGets or sets the number format string.  
Public PropertyHiddenGets or sets the value which indicates whether the cell value is hidden in protected mode.  
Public PropertyIndentGets or sets the indent in units of average character widths.  
Public PropertyLockedGets or sets the value which indicates whether the cell is locked in protected mode.  
Public PropertyRotationGets or sets the rotation of the cell content in degrees.  
Public PropertyShrinkToFitGets or sets the value indicating whether the cell content will shrink to fit the cell.  
Public PropertyStyleGets or sets the parent Infragistics.Documents.Excel.WorkbookStyle of the format.  
Public PropertyVerticalAlignmentGets or sets the vertical alignment of the content in a cell.  
Public PropertyWrapTextGets or sets the value which indicates whether text will wrap in a cell.  
Protected Properties
 NameDescription
Protected PropertyHasListeners (Inherited from Infragistics.PropertyChangeNotifier)
Public Methods
 NameDescription
Public MethodSetBordersSets the specified borders for the associated range to the specified style and color.  
Protected Methods
 NameDescription
Protected MethodOnFirstListenerAdding (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnHasListenersChanged (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnPropertyChanged (Inherited from Infragistics.PropertyChangeNotifierExtended)
Protected MethodRaisePropertyChangedEvent (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodSetField<T> (Inherited from Infragistics.PropertyChangeNotifierExtended)
Public Events
 NameDescription
Public EventPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
See Also