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