GridControl.ResizeColumnToShowAllContentsInternal Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| 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)
Parameter
- columnIndex
- Int32
Gilt für:
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)
Parameter
- columnIndex
- Int32
- considerAllRows
- Boolean