Optional
asReturn dates as Javascript dates instead of OADates. This is slower for values that are numbers as the Style needs to be read to determine if the value should be interpreted as a date or a number. See ICell.IteratorContext.asJSDate.
Optional
excludeExcludes hidden cells from the returned values.
[]
).IRange.Orientation
to indicate the header orientation for skipping cases.
For example, in sorting, you might want to skip hidden rows but not hidden columns.Optional
includeIncludes any merge overflow in first element visited.
Optional
maxLimits the maximum number of values returned. An error will be thrown if results contain more values than maxSize
.
Optional
orientationSpecifies the primary direction for iterating over the range (row-major or column-major).
Both SetValuesOptions and GetValuesOptions allow for IRange.Orientations.
Optional
reverseReverses the iteration order (e.g., from bottom to top for rows, or from right to left for columns).
Options for ICellRange.getValues.