DlgStorage.GetCellDataAsBitmap(Int64, Int32) Method

Definition

public:
 virtual System::Drawing::Bitmap ^ GetCellDataAsBitmap(long nRowIndex, int nColIndex);
public virtual System.Drawing.Bitmap GetCellDataAsBitmap (long nRowIndex, int nColIndex);
abstract member GetCellDataAsBitmap : int64 * int -> System.Drawing.Bitmap
override this.GetCellDataAsBitmap : int64 * int -> System.Drawing.Bitmap
Public Overridable Function GetCellDataAsBitmap (nRowIndex As Long, nColIndex As Integer) As Bitmap

Parameters

nRowIndex
Int64
nColIndex
Int32

Returns

Implements

Applies to