'Declaration Public Overloads Shared Function CreateFixedReferences( _
ByVal sheetNameИмя листа.As CellReferences, _
ByVal cellReferencesСсылки на ячейки.As System.String, _
ByVal fixedColumnsЗначение, указывающее, являются ли столбцы фиксированными.As Boolean, _
ByVal fixedRowsЗначение, указывающее, фиксированы ли строки.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
- Имя листа.
- cellReferences
- Ссылки на ячейки.
- fixedColumns
- Значение, указывающее, являются ли столбцы фиксированными.
- fixedRows
- Значение, указывающее, фиксированы ли строки.
Return Value
Фиксированные ссылки на ячейки.