Range Properties
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
The Range type exposes the following members.
Properties
Name | Description | |
---|---|---|
AlignmentHorizontal | Sets a horizontal text alignment style of the cell. | |
AlignmentVertical | Sets the vertical text alignment style of the cell. | |
Areas | Gets an Areas collection that represents all the ranges in a multiple-area selection. | |
BottomBorderColor | Sets the color of the bottom border. | |
BottomBorderStyle | Sets the bottom border style. | |
BottomRowIndex | Index of the bottom row of the range. | |
CellFormat | Sets the cell format. | |
Column | Gets the zero based column number of the first column in the first area (Areas[0]) of the Range . | |
Columns | Gets a Range object that represents the columns in the specified range. | |
Count | Gets the number of cells in the Range. | |
DiagonalBorderColor | Sets the color of the diagonal border. | |
DiagonalBorderStyle | Sets the diagonal border style. | |
FillPattern | Sets the fill pattern. | |
FillPatternBackColor | Sets the background color for a fill pattern. | |
FillPatternForeColor | Sets the foreground color for a fill pattern. | |
Font | Sets the font of the cell. | |
FontColor | Sets the color of the font. | |
FontColorIndex | Sets the index of the font color. | |
FontEscapement | Sets the font escapement. | |
FontUnderline | Sets the font underline style. | |
Formula | Sets the formula for the range. | |
HiddenFormula | Gets or sets a value indicating whether formula is hidden. | |
Indent | Gets or sets the Indent value for the cell. | |
InnerBorderColor | Sets the color of the inner border. | |
InnerBorderStyle | Sets the inner border style. | |
IsDiagonalDownLine | Sets a value indicating whether this instance is diagonal down line. | |
IsDiagonalUpLine | Sets a value indicating whether this instance is diagonal up line. | |
IsNotEmptyCells | Gets a bool value indicating that the range contains only empty cells or not | |
LeftBorderColor | Sets the color of the left border. | |
LeftBorderStyle | Sets the left border style. | |
LeftColumnIndex | Index of the left column of the range. | |
Locked | Sets a value indicating whether this IRange is locked. | |
NumberFormatString | Sets the number format string. | |
OuterBorderColor | Sets the color of the outer border. | |
OuterBorderStyle | Sets the outer border style. | |
RightBorderColor | Sets the color of the right border. | |
RightBorderStyle | Sets the right border style. | |
RightColumnIndex | Index of the right column of the range. | |
Rotation | Sets the text rotation angle for the cell. | |
Row | Gets the zero based row number of the first row in the first area (Areas[0]) of the Range . | |
Rows | Gets a Range object that represents the rows in the specified range. | |
ShrinkToFit | Gets or sets a value indicating shrink content to fit into cell. | |
TextDirection | Gets or sets the reading order. | |
TopBorderColor | Sets the color of the top border. | |
TopBorderStyle | Sets the top border style. | |
TopRowIndex | Index of the top row of the range. | |
Value | Sets the value of range. | |
ValueAsHTML | Sets the formatted text (Rich-Text) in HTML coded format | |
ValueDataTypeByNumberFormatString | Sets the type (ValueDataTypeByNumberFormatString) of the number format. | |
Wrap | Sets a value indicating a text is wrapped. |
See Also