|
|
|
IsSameText Method, CellBaseClass Class |
Determines whether the same cell text is used in the current cell and the specified cell.
Syntax CellBaseClass Class (Softelvdm.Controls)
VB |
Public Function IsSameText( ByVal cell As CellBaseClass ) As Boolean |
C# |
public bool IsSameText( CellBaseClass cell ); |
C++ |
public: bool IsSameText( CellBaseClass^ cell ); |
cell
Defines the cell, whose cell text is to be compared to the current cell.
Return Value
True if the same cell text is used in the current cell and the specified cell, otherwise False.
Comments
The IsSameText method determines whether the same cell text is used in the current cell and the specified cell.
Version Information
Supported in version 1.0.
Products Table