GridControl.ResizeColumnToShowAllContentsInternal 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
ResizeColumnToShowAllContentsInternal(Int32) | |
ResizeColumnToShowAllContentsInternal(Int32, Boolean) |
ResizeColumnToShowAllContentsInternal(Int32)
protected:
virtual void ResizeColumnToShowAllContentsInternal(int columnIndex);
protected virtual void ResizeColumnToShowAllContentsInternal (int columnIndex);
abstract member ResizeColumnToShowAllContentsInternal : int -> unit
override this.ResizeColumnToShowAllContentsInternal : int -> unit
Protected Overridable Sub ResizeColumnToShowAllContentsInternal (columnIndex As Integer)
Parameters
- columnIndex
- Int32
Applies to
ResizeColumnToShowAllContentsInternal(Int32, Boolean)
protected:
virtual void ResizeColumnToShowAllContentsInternal(int columnIndex, bool considerAllRows);
protected virtual void ResizeColumnToShowAllContentsInternal (int columnIndex, bool considerAllRows);
abstract member ResizeColumnToShowAllContentsInternal : int * bool -> unit
override this.ResizeColumnToShowAllContentsInternal : int * bool -> unit
Protected Overridable Sub ResizeColumnToShowAllContentsInternal (columnIndex As Integer, considerAllRows As Boolean)
Parameters
- columnIndex
- Int32
- considerAllRows
- Boolean