'Declaration Public Function GetCellBoundingBox( _
ByVal cellThe cell.As Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference _
) As Vintasoft.Primitives.VintasoftRect
public Vintasoft.Primitives.VintasoftRect GetCellBoundingBox(
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference cell
)
public: Vintasoft.Primitives.VintasoftRect GetCellBoundingBox(
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference* cell
)
public:
Vintasoft.Primitives.VintasoftRect GetCellBoundingBox(
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReference^ cell
)
Parameters
- cell
- The cell.
Return Value
The rectangle that defines the cell bounding box, in control space.