IsValidCellType Method (StatRow)
In This Topic
Retrieves a value indicating whether the type of the specified cell is supported by the row.
Syntax
'Declaration
Protected Overrides Function IsValidCellType( _
ByVal As Cell _
) As Boolean
'Usage
Dim instance As StatRow
Dim cell As Cell
Dim value As Boolean
value = instance.IsValidCellType(cell)
protected override bool IsValidCellType(
Cell
)
Parameters
- cell
- A reference to the Cell whose type to verify
Return Value
Classes that override this method should return true if the type of the cell is supported by the row; false otherwise.
Supported Frameworks
See Also