CommentsRange
ID Property
|
Gets the unique identifier for the range.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
Public ReadOnly Property ID As Integer
Get
public:
virtual property int ID {
int get () sealed;
}
abstract ID : int with get
override ID : int with get
Property Value
Type:
Int32
Implements
IShape
ID
See Also