Click or drag to resize
Coverage Class
Defines the coverage of a ICell
Inheritance Hierarchy
SystemObject
  FlexRule.Decisions.Tables.DefinitionsCoverage

Namespace: FlexRule.Decisions.Tables.Definitions
Assembly: FlexRule.Decisions (in FlexRule.Decisions.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public class Coverage

The Coverage type exposes the following members.

Constructors
  NameDescription
Public methodCoverage
Top
Properties
  NameDescription
Public propertyFirstColumn
Beginning of column
Public propertyFirstRow
Beginning of row
Public propertyLastColumn
Last column
Public propertyLastRow
LAst row
Public propertySingular
True if the range is for one row and one column (one cell)
Public propertySingularColumn
True if the range is only for one column
Public propertySingularRow
True if the range is only for one row
Top
Extension Methods
See Also