GridControl.MeasureWidthOfRows(Int32, Int32, Int64, Int64, Graphics) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
protected:
int MeasureWidthOfRows(int columnIndex, int columnType, long nFirstRow, long nLastRow, System::Drawing::Graphics ^ g);
protected int MeasureWidthOfRows(int columnIndex, int columnType, long nFirstRow, long nLastRow, System.Drawing.Graphics g);
member this.MeasureWidthOfRows : int * int * int64 * int64 * System.Drawing.Graphics -> int
Protected Function MeasureWidthOfRows (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