WorksheetCollection.CreateRange
WorksheetCollection.CreateRange method
Creates a Range
object from an address of the range.
public Range CreateRange(string address, int sheetIndex)
Parameter | Type | Description |
---|---|---|
address | String | The address of the range. |
sheetIndex | Int32 | The sheet index. |
Return Value
A Range
object
See Also
- class Range
- class WorksheetCollection
- namespace Aspose.Cells
- assembly Aspose.Cells