StaSpreadsheet.GetData
This function Gets spreadsheet data as 2-D array of variant. Text type variables returned as strings, numeric as numbers (or text labels if desired.).
| Syntax | Parameters | Return Value |
|---|---|---|
Function StaSpreadsheet.GetData( _
StartCase As Long, _
nbCases As Long, _
StartVar As Long, _
nbVars As Long, _
Optional LabelsAsText As Boolean = True) As Variant
|
Type: Long
Type: Long
Type: Long
Type: Long
Type: Boolean Default value: True |
Variant |