'Declaration Public Overrides NotOverridable Function Add( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal rowCount As Integer, _ ByVal columnCount As Integer _ ) As Boolean
Parameters
- row
- The row index at which to start the span.
- column
- The column index at which to start the span.
- rowCount
- The number of rows in the span.
- columnCount
- The number of columns in the span.
Return Value
true
if the span is added successfully; otherwise, false
.