Adds new property to the collection.

Namespace: Spire.Spreadsheet.Forms.Collections
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public int Add(
	string name,
	string value
)
Public Function Add ( 
	name As String,
	value As String
) As Integer
public:
int Add(
	String^ name, 
	String^ value
)
member Add : 
        name : string * 
        value : string -> int 

Parameters

name
String
The name of the custom property.
value
String
The value of the custom property.

Return Value

Int32

See Also