WorksheetCollectionCreateRange Method |
Creates a
Range object from an address of the range.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic Range CreateRange(
string address,
int sheetIndex
)
Public Function CreateRange (
address As String,
sheetIndex As Integer
) As Range
public:
Range^ CreateRange(
String^ address,
int sheetIndex
)
member CreateRange :
address : string *
sheetIndex : int -> Range
Parameters
- address
- Type: SystemString
The address of the range. - sheetIndex
- Type: SystemInt32
The sheet index.
Return Value
Type:
RangeA
Range object
See Also