Packagestimulsoft.report.export.struct
Classpublic class StiExcelCellRangeAddress
InheritanceStiExcelCellRangeAddress Inheritance Object



Public Properties
 PropertyDefined By
  firstColumn : int
StiExcelCellRangeAddress
  firstRow : int
StiExcelCellRangeAddress
  lastColumn : int
StiExcelCellRangeAddress
  lastRow : int
StiExcelCellRangeAddress
Public Methods
 MethodDefined By
  
StiExcelCellRangeAddress(_firstRow:int, _lastRow:int, _firstColumn:int, _lastColumn:int)
StiExcelCellRangeAddress
Property Detail
firstColumnproperty
public var firstColumn:int

firstRowproperty 
public var firstRow:int

lastColumnproperty 
public var lastColumn:int

lastRowproperty 
public var lastRow:int

Constructor Detail
StiExcelCellRangeAddress()Constructor
public function StiExcelCellRangeAddress(_firstRow:int, _lastRow:int, _firstColumn:int, _lastColumn:int)



Parameters
_firstRow:int
 
_lastRow:int
 
_firstColumn:int
 
_lastColumn:int