[]
Gets or sets whether the formatting of rows is allowed on a protected worksheet.
bool AllowFormattingRows { get; set; }
Property AllowFormattingRows As Boolean
worksheet.Protection = true;
IProtectionSettings protectionSettings = worksheet.ProtectionSettings;
protectionSettings.AllowFormattingRows = true;
bool allowFormattingRows = protectionSettings.AllowFormattingRows;