CollectionChangeEventArgs
T
Value Property
|
Element value. Read-only.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
Public ReadOnly Property Value As T
Get
public:
property T Value {
T get ();
}
member Value : 'T with get
Property Value
Type:
T
See Also