Enum GridResizeToFitOptions
Specifies options for a ResizeColumnsToFit or ResizeRowsToFit method call.
The options can be combined.
Namespace: Syncfusion.Windows.Forms.CellGrid.Helpers
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
[Flags]
public enum GridResizeToFitOptions
Fields
Name | Description |
---|---|
IncludeHeaders | Include also row or column header for resizing the cells. |
None | Uses default behavior for resizing cells to fit contents. Ignores covered cells, does shrink size, does not include headers. |
NoShrinkSize | Do not shrink size of cells. |