Enum GetCellOptions
Options that specify how to find and interpret a cell value.
[Flags]
public enum GetCellOptions
Fields
AllowEmpty = 2Indicates that an empty cell value (after trimming white space, if TrimWhiteSpace is specified) is considered a valid value. When this is not specified, empty cell values are treated as if they do not exist at all.
None = 0No options specified.
TrimWhiteSpace = 1Trim leading and trailing white space from the cell value.