Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / GetMaximumCellOverflowWidth Method


In This Topic
GetMaximumCellOverflowWidth Method (SpreadView)
In This Topic
Gets the maximum cell overflow width in pixels for cells in the view.
Syntax
'Declaration
 
Public Function GetMaximumCellOverflowWidth() As Integer
 
'Usage
 
Dim instance As SpreadView
Dim value As Integer
 
value = instance.GetMaximumCellOverflowWidth()
See Also