SpreadsheetBuilder.ReadOnly(Boolean) Method
In This Article
Indicates whether an end-user can change the Spreadsheet contents at runtime.
Namespace: DevExpress.AspNetCore.Spreadsheet
Assembly: DevExpress.AspNetCore.Spreadsheet.v24.2.dll
NuGet Package: DevExpress.AspNetCore.Spreadsheet
#Declaration
C#
public SpreadsheetBuilder ReadOnly(
bool readOnly
)
#Parameters
Name | Type | Description |
---|---|---|
read |
Boolean | true, if an end-user cannot change the Spreadsheet contents; otherwise, false. |
#Returns
Type | Description |
---|---|
Spreadsheet |
A Spreadsheet |
See Also