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

In This Topic
    Name Property (DDSheet)
    In This Topic
    Gets or sets the name of this DDSheet.
    Syntax
    'Declaration
     
    Public Property Name As String
    public string Name {get; set;}
    Exceptions
    ExceptionDescription
    Thrown on attempt to set null value.
    Thrown on attempt to set invalid value (e.g. empty).
    See Also