DataGridViewAutoSizeRowMode
Wisej.Web.DataGridViewAutoSizeRowMode
Last updated
Was this helpful?
Wisej.Web.DataGridViewAutoSizeRowMode
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Defines how to adjust the height of a row.
public enum DataGridViewAutoSizeRowMode : EnumPublic Enum DataGridViewAutoSizeRowMode As [Enum]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.
Adjusts the height of the row using the specified size mode.
Last updated
Was this helpful?
Was this helpful?

