Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / MergeRequest Class / FileNamesToMerge Property

In This Topic
    FileNamesToMerge Property
    In This Topic
    Gets or sets a collection of file name that are used to merge, and the names can be recognized by storage manager.
    Syntax
    'Declaration
     
    
    Public Property FileNamesToMerge As String()
    public string[] FileNamesToMerge {get; set;}
    See Also