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