FieldSupportsVerticalSizing Method |
Determines whether the specified field supports vertical sizing.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static bool SupportsVerticalSizing(
IField fld
)
Public Shared Function SupportsVerticalSizing (
fld As IField
) As Boolean
Parameters
- fld
- Type: NetQuarry.DataIField
The field in question.
Return Value
Type:
BooleanTrue if vertical sizing is supported, else false.
See Also