[]
        
(Showing Draft Content)

C1.Win.C1Sizer.C1Sizer.GetCellBounds

GetCellBounds Method

GetCellBounds(int, int, int, int)

Declaration
public Rectangle GetCellBounds(int row, int col, int rowSpan, int colSpan)
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)
Parameters
Type Name Description
int row
int col
Returns
Type Description
Rectangle