'Declaration Public Overloads Shared Function CreateFixedReferences( _
ByVal sheetNameThe sheet name.As CellReferences, _
ByVal cellReferencesThe cell references.As System.String, _
ByVal fixedColumnsA value indicating whether columns is fixed.As Boolean, _
ByVal fixedRowsA value indicating whether rows is fixed.As Boolean _
) As CellReferences
public static CellReferences CreateFixedReferences(
CellReferences sheetName,
System.String cellReferences,
bool fixedColumns,
bool fixedRows
)
public: static CellReferences* CreateFixedReferences(
CellReferences* sheetName,
System.String cellReferences,
bool fixedColumns,
bool fixedRows
)
public:
static CellReferences^ CreateFixedReferences(
CellReferences^ sheetName,
System.String cellReferences,
bool fixedColumns,
bool fixedRows
)
Parameters
- sheetName
- The sheet name.
- cellReferences
- The cell references.
- fixedColumns
- A value indicating whether columns is fixed.
- fixedRows
- A value indicating whether rows is fixed.
Return Value
The fixed cell references.