Allows initializaiton using specified start position and a span in corresponding dimension.
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer _
)
public CellSpan(
int ,
int
)
Parameters
- start
- The start of the span.
- span
- The length of the span.
See Also