AddComment | ApiComment | null | Adds a comment to the current range. |
AutoFit | None | Changes the width of the columns or the height of the rows in the range to achieve the best fit. |
Clear | None | Clears the current range. |
Copy | None | Copies the range to the specified range or to the clipboard. |
Cut | None | Cuts the range and save it to the clipboard or paste it to the specified range. |
Delete | None | Deletes the Range object. |
End | ApiRange | Returns a Range object that represents the end in the specified direction in the specified range. |
Find | ApiRange | null | Finds specific information in the current range. |
FindNext | ApiRange | null | Continues a search that was begun with the ApiRange#Find method. Finds the next cell that matches those same conditions and returns the ApiRange object that represents that cell. This does not affect the selection or the active cell. |
FindPrevious | ApiRange | null | Continues a search that was begun with the ApiRange#Find method. Finds the previous cell that matches those same conditions and returns the ApiRange object that represents that cell. This does not affect the selection or the active cell. |
ForEach | None | Executes a provided function once for each cell. |
GetAddress | string | null | Returns the range address. |
GetAreas | ApiAreas | Returns a collection of the ranges. |
GetCells | ApiRange | Returns a Range object that represents all the cells in the specified range or a specified cell. |
GetCharacters | ApiCharacters | Returns the ApiCharacters object that represents a range of characters within the object text. Use the ApiCharacters object to format characters within a text string. |
GetClassType | "range" | Returns a type of the ApiRange class. |
GetCol | number | Returns a column number for the selected cell. |
GetCols | ApiRange | null | Returns a Range object that represents the columns in the specified range. |
GetColumnWidth | number | Returns the column width value. |
GetComment | ApiComment | null | Returns the ApiComment object of the current range. |
GetCount | number | Returns the rows or columns count. |
GetDefName | ApiName | Returns the ApiName object of the current range. |
GetFillColor | ApiColor | 'No Fill' | Returns the background color for the current cell range. Returns 'No Fill' when the color of the background in the cell / cell range is null. |
GetFormula | string | string[][] | Returns a formula of the specified range. |
GetHidden | boolean | Returns the value hiding property. The specified range must span an entire column or row. |
GetNumberFormat | string | null | Returns a value that represents the format code for the current range. |
GetOrientation | Angle | Returns the current range angle. |
GetPivotTable | ApiPivotTable | null | Returns the ApiPivotTable object that represents the pivot table report containing the upper-left corner of the specified range. |
GetRow | number | Returns a row number for the selected cell. |
GetRowHeight | pt | Returns the row height value. |
GetRows | ApiRange | null | Returns a Range object that represents the rows in the specified range. If the specified row is outside the Range object, a new Range will be returned that represents the cells between the columns of the original range in the specified row. |
GetText | string | string[][] | Returns the text of the specified range. |
GetValue | string | string[][] | Returns a value of the specified range. |
GetValue2 | string | string[][] | Returns the Value2 property (value without format) of the specified range. |
GetWorksheet | ApiWorksheet | Returns the Worksheet object that represents the worksheet containing the specified range. It will be available in the read-only mode. |
GetWrapText | boolean | Returns the information about the wrapping cell style. |
Insert | None | Inserts a cell or a range of cells into the worksheet or macro sheet and shifts other cells away to make space. |
Merge | None | Merges the selected cell range into a single cell or a cell row. |
Paste | None | Pastes the Range object to the specified range. |
PasteSpecial | None | Pastes the Range object to the specified range using the special paste options. |
Replace | ApiRange | null | Replaces specific information to another one in a range. |
Select | None | Selects the current range. |
SetAlignHorizontal | boolean | Sets the horizontal alignment of the text in the current cell range. |
SetAlignVertical | boolean | Sets the vertical alignment of the text in the current cell range. |
SetAutoFilter | None | Adds an AutoFilter to the current range. |
SetBold | None | Sets the bold property to the text characters in the current cell or cell range. |
SetBorders | None | Sets the border to the cell / cell range with the parameters specified. |
SetColumnWidth | None | Sets the width of all the columns in the current range.\ One unit of column width is equal to the width of one character in the Normal style.\ For proportional fonts, the width of the character 0 (zero) is used. |
SetFillColor | None | Sets the background color to the current cell range with the previously created color object.\ Sets 'No Fill' when previously created color object is null. |
SetFontColor | None | Sets the text color to the current cell range with the previously created color object. |
SetFontName | None | Sets the specified font family as the font name for the current cell range. |
SetFontSize | None | Sets the font size to the characters of the current cell range. |
SetHidden | None | Sets the value hiding property. The specified range must span an entire column or row. |
SetItalic | None | Sets the italic property to the text characters in the current cell or cell range. |
SetNumberFormat | None | Specifies whether a number in the cell should be treated like number, currency, date, time, etc. or just like text. |
SetOffset | None | Sets the cell offset. |
SetOrientation | None | Sets an angle to the current cell range. |
SetRowHeight | None | Sets the row height value. |
SetSort | None | Sorts the cells in the given range by the parameters specified in the request. |
SetStrikeout | None | Specifies that the contents of the cell / cell range are displayed with a single horizontal line through the center of the contents. |
SetUnderline | None | Specifies that the contents of the current cell / cell range are displayed along with a line appearing directly below the character. |
SetValue | boolean | Sets a value to the current cell or cell range. |
SetWrap | None | Specifies whether the words in the cell must be wrapped to fit the cell size or not. |
UnMerge | None | Splits the selected merged cell range into the single cells. |