TdxSpreadSheetSheetProtectionOptions.ActualAllowInsertRows Property
Identifies if an end-user can insert worksheet rows.
Declaration
property ActualAllowInsertRows: Boolean index 6 read;
Property Value
Type |
---|
Boolean |
Remarks
This property returns False
if both the worksheet is protected (that is, the worksheet’s Options.Protected and/or OptionsProtection.Protected properties are set to True
) and the AllowInsertRows property is set to False
. Otherwise, the ActualAllowInsertRows
property returns True
.
The ActualAllowInsertRows
property value affects both the end-user capability to insert rows via the row header context menu and the InsertRows command availability.
See Also