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

In This Topic
    SpanCellResolveMethod Enumeration
    In This Topic
    Enum with kinds of method to indicate spanned cells
    Syntax
    'Declaration
     
    Public Enum SpanCellResolveMethod 
       Inherits System.Enum
    public enum SpanCellResolveMethod : System.Enum 
    Members
    MemberDescription
    DuplicateCellDuplicate cell.
    NullCellNull cell.
    Inheritance Hierarchy

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

    See Also