'Declaration Public Function GetCellReference( _
ByVal locationРасположение на листе.As Vintasoft.Primitives.VintasoftPoint, _
ByRef offsetInCellСмещение в ячейке.As Vintasoft.Primitives.VintasoftPoint _
) As CellReference
public CellReference GetCellReference(
Vintasoft.Primitives.VintasoftPoint location,
out Vintasoft.Primitives.VintasoftPoint offsetInCell
)
public: CellReference* GetCellReference(
Vintasoft.Primitives.VintasoftPoint location,
[PARAMFLAG::Out] Vintasoft.Primitives.VintasoftPoint offsetInCell
)
public:
CellReference^ GetCellReference(
Vintasoft.Primitives.VintasoftPoint location,
[Out] Vintasoft.Primitives.VintasoftPoint offsetInCell
)
Parameters
- location
- Расположение на листе.
- offsetInCell
- Смещение в ячейке.
Return Value
Ссылка на ячейку.