GrapeCity.Xaml.Excel
Id Property (Relationship)


GrapeCity.Excel.OOXml Namespace > Relationship Class : Id Property
Syntax
'Declaration
 
<XmlAttributeAttribute("ID")>
Public Property Id As String
'Usage
 
Dim instance As Relationship
Dim value As String
 
instance.Id = value
 
value = instance.Id
[XmlAttribute("ID")]
public string Id {get; set;}
See Also

Reference

Relationship Class
Relationship Members