次の方法で共有


GridControl.ResizeColumnToShowAllContents メソッド

定義

オーバーロード

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)

パラメーター

columnIndex
Int32

実装

適用対象

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)

パラメーター

columnIndex
Int32
considerAllRows
Boolean

適用対象