Table of Contents

Enum GetCellOptions

Namespace
Acuit.Pinpoint.Tables
Assembly
Acuit.Pinpoint.Tables.dll

Options that specify how to find and interpret a cell value.

[Flags]
public enum GetCellOptions

Fields

AllowEmpty = 2

Indicates 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 = 0

No options specified.

TrimWhiteSpace = 1

Trim leading and trailing white space from the cell value.