Returns information on a cell by point.
Namespace:
PerpetuumSoft.Olap.Windows.FormsAssembly: PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1
Syntax
C# |
---|
public CellInfo GetCellInfo( Point point ) |
Visual Basic (Declaration) |
---|
Public Function GetCellInfo ( _ point As Point _ ) As CellInfo |
Visual C++ |
---|
public: CellInfo^ GetCellInfo( Point point ) |
Parameters
- point
- Type: System.Drawing..::.Point