XlsWorkbook
FullFileName Property
|
Gets or sets the full file name of the workbook.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string FullFileName { get; }
Public ReadOnly Property FullFileName As String
Get
public:
property String^ FullFileName {
String^ get ();
}
member FullFileName : string with get
Property Value
Type:
String
See Also