Specifies options to be used with the getClipString method.
Name | Value | Description |
---|---|---|
Default | 0 |
Use default options (tabs as cell separators, formatted/visible/unquoted cells). |
CSV | 1 |
Use commas as cell separators (CSV format). |
QuoteAll | 2 |
Quote all cells. |
SkipMerged | 4 |
Skip cells that have been merged over (like Excel). |
Unformatted | 8 |
Export unformatted values. |
InvisibleRows | 16 |
Include invisible rows. |
InvisibleColumns | 32 |
Include invisible columns. |
InvisibleCells | InvisibleRows | InvisibleColumns |
Include invisible rows and columns. |