ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet 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
     
    
    <DefaultValueAttribute("")>
    Public Property SheetName As String
    [DefaultValue("")]
    public string SheetName {get; set;}
    See Also