ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / FlexSheet Class / CopyHeaders Property

In This Topic
    CopyHeaders Property (FlexSheet)
    In This Topic
    Gets or sets copied header cells when copying the content to the clipboard.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Overridable Property CopyHeaders As CopyHeader
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public virtual CopyHeader CopyHeaders {get; set;}
    See Also