Spreadsheet.SelectedCase
This function returns case using selection conditions.
| Syntax | Parameters | Return Value |
|---|---|---|
Sub Spreadsheet.SelectedCase( _
CaseNo As Integer, _
ByRef Cases As Double(), _
ByRef Selected As Boolean)
|
The case. Type: Integer
Array of doubles used to store to returned case. Type: Double()
Boolean variable passed by reference which indicates whether the specified case is being included or excluded via case selections. Type: Boolean |
This function does not return a value. |