Version

DragSpanStart(Boolean,Boolean,Boolean,Boolean,Boolean) Method

Called to begin a Span Resize drag
Syntax
'Declaration
 
Public Overloads Function DragSpanStart( _
   ByVal isSpanDragModeHorizontal As Boolean, _
   ByVal areColumnHeadersInSeparateArea As Boolean, _
   ByVal isHeaderBeingDragged As Boolean, _
   ByVal isCardView As Boolean, _
   ByVal isLabelOnSide As Boolean _
) As Boolean

Parameters

isSpanDragModeHorizontal
Indicates whether the span resizing is a horizontal resize (true) or a vertical resize (false).
areColumnHeadersInSeparateArea
Indicates whether the headers are separate from the cells (true) or inline with the cells (false).
isHeaderBeingDragged
Indicates whether a header is being span resized (true) or a cell (false).
isCardView
Indicates whether the band is in CardView mode.
isLabelOnSide
Indicates whether the label is on the left/right side of the cell (true) or if it is on the top/bottm (false). Note that this is only significant when areColumnHeadersInSeparateArea is false.

Return Value

Returns true if the span drag operation started. False if it did not.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also