FieldKernelIsCellAttrSet Method |
Determines if the specified CellTypeAttribute is set. Since a CellTypeAttribute is valid
only for a particular CellType (since the bits are reused for other CellTypes), we must
check both the CellType and CellTypeAttributes.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected bool IsCellAttrSet(
CellTypes cellType,
Enum attribute
)
Protected Function IsCellAttrSet (
cellType As CellTypes,
attribute As Enum
) As Boolean
Parameters
- cellType
- Type: NetQuarry.DataCellTypes
The type of cell to which this applies. - attribute
- Type: SystemEnum
The attribute to check.
Return Value
Type:
BooleanTrue if CellType matches and attribute is set.
See Also