Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public int ID { get; }
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

Int32

Implements

IShape..::..ID

See Also