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

In This Topic
    SpanCellResolveMethod Enumeration
    In This Topic
    Specifies the different methods to indicate spanned cells.
    Syntax
    'Declaration
     
    Public Enum SpanCellResolveMethod 
       Inherits System.Enum
    public enum SpanCellResolveMethod : 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