SpreadsheetFindType Enumeration
This enumeration specifies how to perform the Spreadsheet search operation.
Syntax
|
Constants
|
Enum SpreadsheetFindType
scFindCaseNames = 0
scFindVariableNames = 1
scFindRow = 2
scFindColumn = 3
End Enum
|
- scFindCaseNames: Value is searched for by case name.
- scFindVariableNames: Value is searched for by variable name.
- scFindRow: Value is searched for by row.
- scFindColumn: Value is searched for by column.
|
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.