Namespace: Spire.Xls.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 ExcelComment AddComment(
	int rowIndex,
	int columnIndex
)
Public Function AddComment ( 
	rowIndex As Integer,
	columnIndex As Integer
) As ExcelComment
public:
ExcelComment^ AddComment(
	int rowIndex, 
	int columnIndex
)
member AddComment : 
        rowIndex : int * 
        columnIndex : int -> ExcelComment 

Parameters

rowIndex
Int32
columnIndex
Int32

Return Value

ExcelComment

See Also