'Declaration Public Function New( _
ByVal sheetNameName of the sheet.As System.String, _
ByVal cellReferencesThe cell references.As CellReferences _
)
public CellReferences(
System.String sheetName,
CellReferences cellReferences
)
public: CellReferences(
System.String sheetName,
CellReferences* cellReferences
)
public:
CellReferences(
System.String sheetName,
CellReferences^ cellReferences
)
Parameters
- sheetName
- Name of the sheet.
- cellReferences
- The cell references.