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