_Workbook.FullNameURLEncoded Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a String indicating the name of the object, including its path on disk, as a string. Read-only.
public:
property System::String ^ FullNameURLEncoded { System::String ^ get(); };
public string FullNameURLEncoded { get; }
Public ReadOnly Property FullNameURLEncoded As String