Version

SpreadsheetCellRangeFormat Class Members

The following tables list the members exposed by SpreadsheetCellRangeFormat.

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.  
Public Methods
 NameDescription
Public MethodResetResets all the properties to their default values  
Public MethodResetAlignmentResets the Alignment property to its default value.  
Public MethodResetFillResets the Fill property to its default value.  
Public MethodResetFormatStringResets the FormatString property to its default value.  
Public MethodResetHiddenResets the Hidden property to its default value.  
Public MethodResetIndentResets the Indent property to its default value.  
Public MethodResetLockedResets the Locked property to its default value.  
Public MethodResetRotationResets the Rotation property to its default value.  
Public MethodResetShrinkToFitResets the ShrinkToFit property to its default value.  
Public MethodResetStyleResets the Style property to its default value.  
Public MethodResetVerticalAlignmentResets the VerticalAlignment property to its default value.  
Public MethodResetWrapTextResets the WrapText property to its default value.  
Public MethodSetBordersSets the specified borders for the associated range to the specified style and color.  
Protected Methods
 NameDescription
Protected MethodShouldSerializeAlignmentIndicates if the Alignment property needs to be serialized.  
Protected MethodShouldSerializeFillIndicates if the Fill property needs to be serialized.  
Protected MethodShouldSerializeFormatStringIndicates if the FormatString property needs to be serialized.  
Protected MethodShouldSerializeHiddenIndicates if the Hidden property needs to be serialized.  
Protected MethodShouldSerializeIndentIndicates if the Indent property needs to be serialized.  
Protected MethodShouldSerializeLockedIndicates if the Locked property needs to be serialized.  
Protected MethodShouldSerializeRotationIndicates if the Rotation property needs to be serialized.  
Protected MethodShouldSerializeShrinkToFitIndicates if the ShrinkToFit property needs to be serialized.  
Protected MethodShouldSerializeStyleIndicates if the Style property needs to be serialized.  
Protected MethodShouldSerializeVerticalAlignmentIndicates if the VerticalAlignment property needs to be serialized.  
Protected MethodShouldSerializeWrapTextIndicates if the WrapText property needs to be serialized.  
See Also