GridControl.ResizeColumnToShowAllContents Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ResizeColumnToShowAllContents(Int32) | |
ResizeColumnToShowAllContents(Int32, Boolean) |
ResizeColumnToShowAllContents(Int32)
public:
virtual void ResizeColumnToShowAllContents(int columnIndex);
public void ResizeColumnToShowAllContents (int columnIndex);
abstract member ResizeColumnToShowAllContents : int -> unit
override this.ResizeColumnToShowAllContents : int -> unit
Public Sub ResizeColumnToShowAllContents (columnIndex As Integer)
Parameters
- columnIndex
- Int32
Implements
Applies to
ResizeColumnToShowAllContents(Int32, Boolean)
public:
void ResizeColumnToShowAllContents(int columnIndex, bool considerAllRows);
public void ResizeColumnToShowAllContents (int columnIndex, bool considerAllRows);
member this.ResizeColumnToShowAllContents : int * bool -> unit
Public Sub ResizeColumnToShowAllContents (columnIndex As Integer, considerAllRows As Boolean)
Parameters
- columnIndex
- Int32
- considerAllRows
- Boolean