MapperUtilsIsFileCell Method |
Is the specified cell type one that represents a stored file when populated?
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static bool IsFileCell(
CellTypes cellType
)
Public Shared Function IsFileCell (
cellType As CellTypes
) As Boolean
Parameters
- cellType
- Type: NetQuarry.DataCellTypes
The cell type in question.
Return Value
Type:
BooleanTrue if the cell type represents a file, else false.
See Also