PrintGrid(String,PrintGridFlags) Method
In This Topic
Prints the grid, optionally showing a page setup or print preview dialog.
Syntax
'Declaration
Public Overloads Function PrintGrid( _
ByVal As String, _
ByVal As PrintGridFlags _
) As Boolean
public bool PrintGrid(
string ,
PrintGridFlags
)
Parameters
- docName
- The document name, which appears on the progress dialogs and on the print job windows.
- flags
- Flags that select printing options.
Return Value
True if the grid was printed, false if the user canceled the operation before printing started.
See Also