'Declaration Protected Overloads Function GetFittedWidth( _ ByVal mode As AutoWidthMode, _ ByVal graphics As Graphics, _ ByVal printing As Boolean _ ) As Integer
'Usage Dim instance As Column Dim mode As AutoWidthMode Dim graphics As Graphics Dim printing As Boolean Dim value As Integer value = instance.GetFittedWidth(mode, graphics, printing)
Parameters
- mode
- This parameter is reserved for future use.
- graphics
- The System.Drawing.Graphics object used to paint the column.
- printing
- true if the column is being printed; false otherwise.
Return Value
A value containing the fitted width of the column, including its Borders, in pixels.