GridControl.GridPrinter.PrintOneCell Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
virtual void PrintOneCell(System::Drawing::Graphics ^ g, int nCol, long nRow, System::Drawing::Rectangle % rCell);
protected virtual void PrintOneCell (System.Drawing.Graphics g, int nCol, long nRow, ref System.Drawing.Rectangle rCell);
abstract member PrintOneCell : System.Drawing.Graphics * int * int64 * Rectangle -> unit
override this.PrintOneCell : System.Drawing.Graphics * int * int64 * Rectangle -> unit
Protected Overridable Sub PrintOneCell (g As Graphics, nCol As Integer, nRow As Long, ByRef rCell As Rectangle)
Parameters
- g
- Graphics
- nCol
- Int32
- nRow
- Int64
- rCell
- Rectangle