'Declaration Public Function GetCellReference( _
ByVal locationThe location on worksheet.As Vintasoft.Primitives.VintasoftPoint, _
ByRef offsetInCellThe offset in cell.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
- The location on worksheet.
- offsetInCell
- The offset in cell.
Return Value
The cell referene.