GrapeCity.Xaml.Excel
Name Property (IExcelImage)


GrapeCity.Excel Namespace > IExcelImage Interface : Name Property
Gets or sets the name.
Syntax
'Declaration
 
Property Name As String
'Usage
 
Dim instance As IExcelImage
Dim value As String
 
instance.Name = value
 
value = instance.Name
string Name {get; set;}

Property Value

The name.
See Also

Reference

IExcelImage Interface
IExcelImage Members