GridControl.MeasureWidthOfCustomColumnRows Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
protected:
virtual int MeasureWidthOfCustomColumnRows(int columnIndex, int columnType, long nFirstRow, long nLastRow, System::Drawing::Graphics ^ g);
protected virtual int MeasureWidthOfCustomColumnRows (int columnIndex, int columnType, long nFirstRow, long nLastRow, System.Drawing.Graphics g);
abstract member MeasureWidthOfCustomColumnRows : int * int * int64 * int64 * System.Drawing.Graphics -> int
override this.MeasureWidthOfCustomColumnRows : int * int * int64 * int64 * System.Drawing.Graphics -> int
Protected Overridable Function MeasureWidthOfCustomColumnRows (columnIndex As Integer, columnType As Integer, nFirstRow As Long, nLastRow As Long, g As Graphics) As Integer
Parámetros
- columnIndex
- Int32
- columnType
- Int32
- nFirstRow
- Int64
- nLastRow
- Int64
- g
- Graphics