'Declaration<System.ComponentModel.DefaultValueAttribute(-1)> <System.ComponentModel.DescriptionAttribute("Gets/sets the unique identifier for the range.")> Public Property ID As System.Integer
'UsageDim instance As NRange Dim value As System.Integer instance.ID = value value = instance.ID
[System.ComponentModel.DefaultValue(-1)] [System.ComponentModel.Description("Gets/sets the unique identifier for the range.")] public System.int ID {get; set;}