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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void Add(
	int bookIndex,
	int nameIndex
)
Public Sub Add ( 
	bookIndex As Integer,
	nameIndex As Integer
)
public:
void Add(
	int bookIndex, 
	int nameIndex
)
member Add : 
        bookIndex : int * 
        nameIndex : int -> unit 

Parameters

bookIndex
Int32
nameIndex
Int32

See Also