MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Layout Namespace / SpanCellResolveMethod Enumeration

SpanCellResolveMethod Enumeration
Specifies the different methods to indicate spanned cells.
Syntax
'Declaration
 
Public Enum SpanCellResolveMethod 
   Inherits System.Enum
 
Members
MemberDescription
DuplicateCellDuplicate cell.
NullCellNull cell.
Remarks
This enumeration should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Extensibility.Layout.SpanCellResolveMethod

See Also