FlexPivot for WinForms
CreateImage(CellRange) メソッド

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス > CreateImage メソッド : CreateImage(CellRange) メソッド
CellRange that specifies which cells should be included in the image.
Creates an image of a portion of the grid.
シンタックス
'宣言
 
Public Overloads Function CreateImage( _
   ByVal rg As CellRange _
) As System.Drawing.Image
public System.Drawing.Image CreateImage( 
   CellRange rg
)

パラメータ

rg
CellRange that specifies which cells should be included in the image.

戻り値の型

An System.Drawing.Image object containing a metafile image of the grid.
解説
The image returned includes any fixed and frozen cells in addition to the specified range.
参照

C1FlexGridBase クラス
C1FlexGridBase メンバ
オーバーロード一覧