ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / DDColumn Class / OwnerSheet Property

In This Topic
    OwnerSheet Property
    In This Topic
    Returns the sheet on which this column is located.
    Syntax
    'Declaration
     
    Public ReadOnly Property OwnerSheet As DDSheet
    public DDSheet OwnerSheet {get;}

    Property Value

    A DDSheet object representing the sheet on which this column is located.
    See Also