'Declaration Public Function New( _ ByVal cell As Cell, _ ByVal mode As AutoWidthMode, _ ByVal graphics As Graphics, _ ByVal printing As Boolean, _ ByVal fittedWidth As Integer _ )
'Usage Dim cell As Cell Dim mode As AutoWidthMode Dim graphics As Graphics Dim printing As Boolean Dim fittedWidth As Integer Dim instance As New QueryViewerFittedWidthEventArgs(cell, mode, graphics, printing, fittedWidth)
public QueryViewerFittedWidthEventArgs( Cell cell, AutoWidthMode mode, Graphics graphics, bool printing, int fittedWidth )
Parameters
- cell
- The Xceed.Grid.Cell whose content is to be displayed.
- mode
- This parameter is reserved for future use.
- graphics
- The Graphics object used to paint.
- printing
- true if the viewer is being printed; false otherwise.
- fittedWidth
- The fitted width of the viewer in pixels. If -1, then no fitted width is required or desired.