EbsOpen Class Library for EBSILON®Professional

TimeSeries.getTableData Method 

[Visual Basic]
Public Function getTableData( _ 
   Optional ByVal Range As String = """" _ 
) As Object()
[C#]
public Object() getTableData(
   string Range
);
[C++]
public: Object()* getTableData(
   String* Range
);
[JScript]
public function getTableData(
   String Range
): Object();

Remarks

returns (Rows,Columns)-matrix of VARIANTs; use Excels 'A1:B5'-style to specify the range, leave out values to refer to start of / end of / whole rows (resp. columns), use empty-string to specify whole sheet

See Also

TimeSeries Class | EbsOpen Namespace