The following tables list the members exposed by SpreadsheetCellRangeFormat.
Name | Description | |
---|---|---|
Alignment | Gets or sets the horizontal alignment of the content in a cell. | |
Fill | Gets or sets the fill of the cell. | |
Font | Gets or sets the default font formatting. | |
FormatString | Gets or sets the number format string. | |
Hidden | Gets or sets the value which indicates whether the cell value is hidden in protected mode. | |
Indent | Gets or sets the indent in units of average character widths. | |
Locked | Gets or sets the value which indicates whether the cell is locked in protected mode. | |
Rotation | Gets or sets the rotation of the cell content in degrees. | |
ShrinkToFit | Gets or sets the value indicating whether the cell content will shrink to fit the cell. | |
Style | Gets or sets the parent Infragistics.Documents.Excel.WorkbookStyle of the format. | |
VerticalAlignment | Gets or sets the vertical alignment of the content in a cell. | |
WrapText | Gets or sets the value which indicates whether text will wrap in a cell. |
Name | Description | |
---|---|---|
Reset | Resets all the properties to their default values | |
ResetAlignment | Resets the Alignment property to its default value. | |
ResetFill | Resets the Fill property to its default value. | |
ResetFormatString | Resets the FormatString property to its default value. | |
ResetHidden | Resets the Hidden property to its default value. | |
ResetIndent | Resets the Indent property to its default value. | |
ResetLocked | Resets the Locked property to its default value. | |
ResetRotation | Resets the Rotation property to its default value. | |
ResetShrinkToFit | Resets the ShrinkToFit property to its default value. | |
ResetStyle | Resets the Style property to its default value. | |
ResetVerticalAlignment | Resets the VerticalAlignment property to its default value. | |
ResetWrapText | Resets the WrapText property to its default value. | |
SetBorders | Sets the specified borders for the associated range to the specified style and color. |
Name | Description | |
---|---|---|
ShouldSerializeAlignment | Indicates if the Alignment property needs to be serialized. | |
ShouldSerializeFill | Indicates if the Fill property needs to be serialized. | |
ShouldSerializeFormatString | Indicates if the FormatString property needs to be serialized. | |
ShouldSerializeHidden | Indicates if the Hidden property needs to be serialized. | |
ShouldSerializeIndent | Indicates if the Indent property needs to be serialized. | |
ShouldSerializeLocked | Indicates if the Locked property needs to be serialized. | |
ShouldSerializeRotation | Indicates if the Rotation property needs to be serialized. | |
ShouldSerializeShrinkToFit | Indicates if the ShrinkToFit property needs to be serialized. | |
ShouldSerializeStyle | Indicates if the Style property needs to be serialized. | |
ShouldSerializeVerticalAlignment | Indicates if the VerticalAlignment property needs to be serialized. | |
ShouldSerializeWrapText | Indicates if the WrapText property needs to be serialized. |