CellRange
CellRange()
Default Constructor.
public CellRange()
Se även
- class CellRange
- namnutrymme Aspose.Cells.GridDesktop
- hopsättning Aspose.Cells.GridDesktop
CellRange(int, int, int, int)
CellRange Constructor.
public CellRange(int cStartRow, int cStartCol, int cEndRow, int cEndCol)
Parameter | Typ | Beskrivning |
---|---|---|
cStartRow | Int32 | Starta radindex. |
cStartCol | Int32 | Starta kolumnindex. |
cEndRow | Int32 | End Row index. |
cEndCol | Int32 | Slutkolumnindex. |
Se även
- class CellRange
- namnutrymme Aspose.Cells.GridDesktop
- hopsättning Aspose.Cells.GridDesktop
CellRange(string, string)
CellRange Constructor.
public CellRange(string startCellName, string endCellName)
Parameter | Typ | Beskrivning |
---|---|---|
startCellName | String | Starta cellnamn. |
endCellName | String | Avsluta cellnamn. |
Se även
- class CellRange
- namnutrymme Aspose.Cells.GridDesktop
- hopsättning Aspose.Cells.GridDesktop