Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / DefinedName Class / SheetName Property

In This Topic
    SheetName Property
    In This Topic
    Indicates the defined name item works in which sheet. If omitted, the defined name item works in workbook.
    Syntax
    'Declaration
     
    
    <XmlAttributeAttribute()>
    <DefaultValueAttribute("")>
    Public Property SheetName As String
    [XmlAttribute()]
    [DefaultValue("")]
    public string SheetName {get; set;}
    See Also