[]
        
(Showing Draft Content)

C1.Win.Sizer.C1Sizer.GetCellBounds

GetCellBounds Method

GetCellBounds(int, int, int, int)

Declaration
public Rectangle GetCellBounds(int row, int col, int rowSpan, int colSpan)
Public Function GetCellBounds(row As Integer, col As Integer, rowSpan As Integer, colSpan As Integer) As Rectangle
Parameters
Type Name Description
int row
int col
int rowSpan
int colSpan
Returns
Type Description
Rectangle

GetCellBounds(int, int)

Declaration
public Rectangle GetCellBounds(int row, int col)
Public Function GetCellBounds(row As Integer, col As Integer) As Rectangle
Parameters
Type Name Description
int row
int col
Returns
Type Description
Rectangle