'Declaration Public Function GetCellComments( _
ByVal cellReferencesThe cell references.As CellReferences _
) As CellComment[]
public CellComment[] GetCellComments(
CellReferences cellReferences
)
public: CellComment*[] GetCellComments(
CellReferences* cellReferences
)
public:
CellComment^[] GetCellComments(
CellReferences^ cellReferences
)
Parameters
- cellReferences
- The cell references.
Return Value
An array that contains comments.