Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / Worksheet Class / Name Property

In This Topic
    Name Property (Worksheet)
    In This Topic
    Gets or sets the name of the worksheet.
    Syntax
    'Declaration
     
    
    <XmlAttributeAttribute()>
    Public Property Name As String
    [XmlAttribute()]
    public string Name {get; set;}
    See Also