'宣言 Public Overloads Function PrintGrid( _ ByVal docName As System.String, _ ByVal flags As PrintGridFlags, _ ByVal header As System.String, _ ByVal footer As System.String _ ) As System.Boolean
public System.bool PrintGrid( System.string docName, PrintGridFlags flags, System.string header, System.string footer )
パラメータ
- docName
- The document name, which appears on the progress dialogs and on the print job windows.
- flags
- Flags that select printing options.
- header
- String that appears on the top of every page.
- footer
- String that appears on the bottom of every page.
戻り値の型
True if the grid was printed, false if the user canceled the operation.