ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / DDSheet Class / IsMerged Method

In This Topic
    IsMerged Method
    In This Topic
    Returns true if the specified cell's XFRecord has it's fMergeCell member is true.
    Syntax
    'Declaration
     
    Public Function IsMerged( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As Boolean
    public bool IsMerged( 
       int row,
       int column
    )

    Parameters

    row
    column
    See Also