VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Document Namespace / CellReference Class / CreateFixedCell Methods / CreateFixedCell(Int32,Int32,Boolean,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
CreateFixedCell(Int32,Int32,Boolean,Boolean) Method (CellReference)
In This Topic
Creates the fixed cell reference.
Syntax
'Declaration

Public Overloads Shared Function CreateFixedCell( _
ByVal columnIndex
Index of the column.
As System.Int32, _
ByVal rowIndex
Index of the row.
As System.Int32, _
ByVal fixedColumn
A value indicating whether column is fixed.
As Boolean, _
ByVal fixedRow
A value indicating whether row is fixed.
As Boolean _
) As CellReference
public static CellReference CreateFixedCell(
System.Int32 columnIndex,
System.Int32 rowIndex,
bool fixedColumn,
bool fixedRow
)

Parameters

columnIndex
Index of the column.
rowIndex
Index of the row.
fixedColumn
A value indicating whether column is fixed.
fixedRow
A value indicating whether row is fixed.

Return Value

The fixed cell reference.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also