diff --git a/ClosedXML/Excel/IXLSheetView.cs b/ClosedXML/Excel/IXLSheetView.cs index 9de885a..8628fa2 100644 --- a/ClosedXML/Excel/IXLSheetView.cs +++ b/ClosedXML/Excel/IXLSheetView.cs @@ -19,25 +19,25 @@ XLSheetViewOptions View { get; set; } /// - /// Window zoom magnification for current view representing percent values. Horizontal & Vertical scale together. + /// Window zoom magnification for current view representing percent values. Horizontal and vertical scale together. /// /// Representing percent values ranging from 10 to 400. Int32 ZoomScale { get; set; } /// - /// Zoom magnification to use when in normal view. Horizontal & Vertical scale together + /// Zoom magnification to use when in normal view. Horizontal and vertical scale together /// /// Representing percent values ranging from 10 to 400. Int32 ZoomScaleNormal { get; set; } /// - /// Zoom magnification to use when in page layout view. Horizontal & Vertical scale together. + /// Zoom magnification to use when in page layout view. Horizontal and vertical scale together. /// /// Representing percent values ranging from 10 to 400. Int32 ZoomScalePageLayoutView { get; set; } /// - /// Zoom magnification to use when in page break preview. Horizontal & Vertical scale together. + /// Zoom magnification to use when in page break preview. Horizontal and vertical scale together. /// /// Representing percent values ranging from 10 to 400. Int32 ZoomScaleSheetLayoutView { get; set; } diff --git a/ClosedXML/Excel/XLWorkbook_Load.cs b/ClosedXML/Excel/XLWorkbook_Load.cs index d62bb95..60aec68 100644 --- a/ClosedXML/Excel/XLWorkbook_Load.cs +++ b/ClosedXML/Excel/XLWorkbook_Load.cs @@ -1670,8 +1670,8 @@ /// /// Loads the conditional formatting. - /// https://msdn.microsoft.com/en-us/library/documentformat.openxml.spreadsheet.conditionalformattingrule%28v=office.15%29.aspx?f=255&MSPPError=-2147217396 /// + // https://msdn.microsoft.com/en-us/library/documentformat.openxml.spreadsheet.conditionalformattingrule%28v=office.15%29.aspx?f=255&MSPPError=-2147217396 private void LoadConditionalFormatting(ConditionalFormatting conditionalFormatting, XLWorksheet ws, Dictionary differentialFormats) { if (conditionalFormatting == null) return;