LastCol Property (TableCell)
In This Topic
Gets the index of the last column spanned by the current cell. If
SpanCols is
1, the value of this property is equal to
Col.
Syntax
'Declaration
Public ReadOnly Property LastCol As Integer
public int LastCol {get;}
See Also