GridControl.ResizeColumnToShowAllContents Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| ResizeColumnToShowAllContents(Int32) | |
| ResizeColumnToShowAllContents(Int32, Boolean) |
ResizeColumnToShowAllContents(Int32)
public:
virtual void ResizeColumnToShowAllContents(int columnIndex);
public void ResizeColumnToShowAllContents (int columnIndex);
Public Sub ResizeColumnToShowAllContents (columnIndex As Integer)
Parametri
- columnIndex
- Int32
Implementazioni
Si applica a
ResizeColumnToShowAllContents(Int32, Boolean)
public:
void ResizeColumnToShowAllContents(int columnIndex, bool considerAllRows);
public void ResizeColumnToShowAllContents (int columnIndex, bool considerAllRows);
Public Sub ResizeColumnToShowAllContents (columnIndex As Integer, considerAllRows As Boolean)
Parametri
- columnIndex
- Int32
- considerAllRows
- Boolean