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

适用于