FlexPivot for WinForms
PrintGrid(String) メソッド

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス > PrintGrid メソッド : PrintGrid(String) メソッド
The document name, which appears on the progress dialogs and on the print job windows.
Prints the grid, optionally showing a page setup or print preview dialog.
シンタックス
'宣言
 
Public Overloads Function PrintGrid( _
   ByVal docName As System.String _
) As System.Boolean
public System.bool PrintGrid( 
   System.string docName
)

パラメータ

docName
The document name, which appears on the progress dialogs and on the print job windows.

戻り値の型

True if the grid was printed, false if the user canceled the operation.
解説
Use the PrintParameters property to set up options such as page orientation and margins, header and footer fonts, etc.
参照

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