Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / ResizeZeroIndicator Property


In This Topic
ResizeZeroIndicator Property
In This Topic
Gets or sets the way FpSpread processes resizing for zero-height rows and zero-width columns.
Syntax
'Declaration
 
Public Property ResizeZeroIndicator As ResizeZeroIndicator
 
'Usage
 
Dim instance As FpSpread
Dim value As ResizeZeroIndicator
 
instance.ResizeZeroIndicator = value
 
value = instance.ResizeZeroIndicator
Remarks
The ResizeZeroIndicator property specifies whether a zero-height row or zero-width column can be resized when users drag a finger using a touch device.
See Also