Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / ShouldFlipV Method


In This Topic
ShouldFlipV Method
In This Topic
Syntax
'Declaration
 
Public Function ShouldFlipV( _
   ByVal resizeAnchor As ResizeAnchor, _
   ByVal rectHeight As Double, _
   ByVal resizeVertical As Double, _
   ByVal inflate As Boolean _
) As Boolean
 
'Usage
 
Dim instance As WorksheetDrawing
Dim resizeAnchor As ResizeAnchor
Dim rectHeight As Double
Dim resizeVertical As Double
Dim inflate As Boolean
Dim value As Boolean
 
value = instance.ShouldFlipV(resizeAnchor, rectHeight, resizeVertical, inflate)

Parameters

resizeAnchor
rectHeight
resizeVertical
inflate
See Also