DataGridViewAutoSizeRowMode
Wisej.Web.DataGridViewAutoSizeRowMode
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Defines how to adjust the height of a row.
public enum DataGridViewAutoSizeRowMode : Enum
Fields
Name
Description
AllCells
Fit the contents of all cells in the row including the header cell.
AllCellsExceptHeader
Fit the contents of all cells in the row excluding the header cell.
RowHeader
Fit the contents of the row header.
Used By
Name
Description
Adjusts the height of the row using the specified size mode.
Last updated
Was this helpful?