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


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

Parameters

resizeAnchor
rectWidth
resizeHorizontal
inflate
See Also