Package | stimulsoft.report.export.struct |
Class | public class StiExcelCellRangeAddress |
Inheritance | StiExcelCellRangeAddress ![]() |
Property | Defined By | ||
---|---|---|---|
firstColumn : int | StiExcelCellRangeAddress | ||
firstRow : int | StiExcelCellRangeAddress | ||
lastColumn : int | StiExcelCellRangeAddress | ||
lastRow : int | StiExcelCellRangeAddress |
Method | Defined By | ||
---|---|---|---|
StiExcelCellRangeAddress(_firstRow:int, _lastRow:int, _firstColumn:int, _lastColumn:int) | StiExcelCellRangeAddress |
firstColumn | property |
public var firstColumn:int
firstRow | property |
public var firstRow:int
lastColumn | property |
public var lastColumn:int
lastRow | property |
public var lastRow:int
StiExcelCellRangeAddress | () | Constructor |
public function StiExcelCellRangeAddress(_firstRow:int, _lastRow:int, _firstColumn:int, _lastColumn:int)
_firstRow:int | |
_lastRow:int | |
_firstColumn:int | |
_lastColumn:int |