[]
Specifies the options when getting the preferred width for the column.
[Flags]
public enum PreferredSizeColumnOptions
<Flags>
Public Enum PreferredSizeColumnOptions
Name | Description |
---|---|
ExcludeFooters | Specifies to ignore footers |
ExcludeHeaders | Specifies to ignore headers |
ExcludeSpans | Specifies to ignore spans |
ExcludeWordWrap | Specifies to exclude cells with wrapped contents |
IncludeAll | Specifies to include all automatic fit options |
IncludeHidden | Includes hidden columns |
Off | Specifies to turn off automatic fit for the column width |