Link Search Menu Expand Document

RowLocked Property

Gets or sets a value indicating whether this Row is locked or not

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public bool Locked { get; set; }

Property Value

Type: Boolean
true if locked; otherwise, false.

Implements

IExtFormatLocked
See Also

Reference