GridControl.ResizeColumnToShowAllContents 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
| 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)
Parameter
- columnIndex
- Int32
Implementiert
Gilt für:
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)
Parameter
- columnIndex
- Int32
- considerAllRows
- Boolean