Click or drag to resize

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
)

Parameters

cellType
Type: NetQuarry.DataCellTypes
The cell type in question.

Return Value

Type: Boolean
True if the cell type represents a file, else false.
See Also