GridControl.MeasureWidthOfCustomColumnRows 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
参数
- columnIndex
- Int32
- columnType
- Int32
- nFirstRow
- Int64
- nLastRow
- Int64
- g
- Graphics