ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / DDSheet Class / Name Property

In This Topic
    Name Property (DDSheet)
    In This Topic
    Sets/returns the name of this DDSheet.
    Syntax
    'Declaration
     
    Public Property Name As String
    public string Name {get; set;}
    Remarks
    May throw an ArgumentException if the specified name is already in use, or invalid (e.g. empty).
    See Also