# C1.C1Excel

## Content

<div class="doc-site-dotnet-api-container">

  <h1 id="C1_C1Excel" data-uid="C1.C1Excel" class="text-break">C1.C1Excel Namespace
</h1>
  <div class="markdown level0 summary"></div>
  <div class="markdown level0 conceptual"></div>
  <div class="markdown level0 remarks"></div>
    <h3 id="classes">
Classes
</h3>
      <h4><a class="xref" href="C1.C1Excel.C1XLBook.html">C1XLBook</a></h4>
      <section><p>Represents an Excel workbook containing one or more worksheets.</p>
<p>Contains methods for loading and saving XLS files, and exposes
a collection of <a class="xref" href="C1.C1Excel.XLSheet.html">XLSheet</a> objects that represent the individual
worksheets.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.ShapeCollection.html">ShapeCollection</a></h4>
      <section><p>Represents a collection of <a class="xref" href="C1.C1Excel.XLShape.html">XLShape</a> objects on an <a class="xref" href="C1.C1Excel.XLSheet.html">XLSheet</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLBorderFormatting.html">XLBorderFormatting</a></h4>
      <section><p>The border formatting.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLCell.html">XLCell</a></h4>
      <section><p>Represents individual cells in an <a class="xref" href="C1.C1Excel.XLSheet.html">XLSheet</a> and provides
properties for getting and setting the cell <a class="xref" href="C1.C1Excel.XLCell.Value.html#C1_C1Excel_XLCell_Value">Value</a>,
<a class="xref" href="C1.C1Excel.XLCell.Style.html#C1_C1Excel_XLCell_Style">Style</a>, and <a class="xref" href="C1.C1Excel.XLCell.Hyperlink.html#C1_C1Excel_XLCell_Hyperlink">Hyperlink</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLCellRange.html">XLCellRange</a></h4>
      <section><p>Represents a range of <a class="xref" href="C1.C1Excel.XLCell.html">XLCell</a> objects in an <a class="xref" href="C1.C1Excel.XLSheet.html">XLSheet</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLCellRangeCollection.html">XLCellRangeCollection</a></h4>
      <section><p>Represents a collection of <a class="xref" href="C1.C1Excel.XLCellRange.html">XLCellRange</a> objects on
an <a class="xref" href="C1.C1Excel.XLSheet.html">XLSheet</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLColumn.html">XLColumn</a></h4>
      <section><p>Represents a column in a worksheet. This class provides properties for setting
the column's width, style, and visibility.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLColumnCollection.html">XLColumnCollection</a></h4>
      <section><p>Represents a collection of <a class="xref" href="C1.C1Excel.XLColumn.html">XLColumn</a> objects that represent the
individual columns in each <a class="xref" href="C1.C1Excel.XLSheet.html">XLSheet</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLComment.html">XLComment</a></h4>
      <section><p>Represents a comment associated with a cell.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLCommentCollection.html">XLCommentCollection</a></h4>
      <section><p>Represents a collection of <a class="xref" href="C1.C1Excel.XLComment.html">XLComment</a> objects in a <a class="xref" href="C1.C1Excel.XLSheet.html">XLSheet</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLCommentShape.html">XLCommentShape</a></h4>
      <section><p>Represents a text shape embedded in an <a class="xref" href="C1.C1Excel.XLSheet.html">XLSheet</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLConditionalFormatting.html">XLConditionalFormatting</a></h4>
      <section><p>Conditional formatting.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLConditionalFormattingCollection.html">XLConditionalFormattingCollection</a></h4>
      <section><p>The collection of conditional formatting ranges.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLConditionalFormattingRangeCollection.html">XLConditionalFormattingRangeCollection</a></h4>
      <section><p>The collection of conditional formatting ranges.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLConditionalFormattingRule.html">XLConditionalFormattingRule</a></h4>
      <section><p>Conditional formatting.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLConditionalFormattingRuleCollection.html">XLConditionalFormattingRuleCollection</a></h4>
      <section><p>The collection of conditional formatting ranges.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLDataValidation.html">XLDataValidation</a></h4>
      <section><p>Data validation.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLDataValidationCollection.html">XLDataValidationCollection</a></h4>
      <section><p>The collection of conditional formatting ranges.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLDataValidationRangeCollection.html">XLDataValidationRangeCollection</a></h4>
      <section><p>The collection of conditional formatting ranges.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLFontFormatting.html">XLFontFormatting</a></h4>
      <section><p>The font formatting.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLNamedRange.html">XLNamedRange</a></h4>
      <section><p>Represents a named range of <a class="xref" href="C1.C1Excel.XLCell.html">XLCell</a> objects
on one or several worksheets.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLNamedRangeCollection.html">XLNamedRangeCollection</a></h4>
      <section><p>Represents a collection of <a class="xref" href="C1.C1Excel.XLNamedRange.html">XLNamedRange</a> objects.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLOpaqueShape.html">XLOpaqueShape</a></h4>
      <section><p>Represents a shape that was inserted in the sheet using Excel
and is preserved but not fully exposed by the <a class="xref" href="C1.C1Excel.C1XLBook.html">C1XLBook</a> component.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLPatternFormatting.html">XLPatternFormatting</a></h4>
      <section><p>The pattern formatting.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLPictureShape.html">XLPictureShape</a></h4>
      <section><p>Represents an <a class="xref" href="C1.C1Excel.XLPictureShape.Image.html#C1_C1Excel_XLPictureShape_Image">Image</a> embedded in an <a class="xref" href="C1.C1Excel.XLSheet.html">XLSheet</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLPrintSettings.html">XLPrintSettings</a></h4>
      <section><p>Provides options and settings for printing <a class="xref" href="C1.C1Excel.XLSheet.html">XLSheet</a> objects.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLProgressEventArgs.html">XLProgressEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="C1.C1Excel.C1XLBook.Progress.html">Progress</a> event of a
<a class="xref" href="C1.C1Excel.C1XLBook.html">C1XLBook</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLRange.html">XLRange</a></h4>
      <section><p>The simple cell range.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLRow.html">XLRow</a></h4>
      <section><p>Represents a row in a worksheet, provides properties for setting
the row's height, style, and visibility.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLRowCollection.html">XLRowCollection</a></h4>
      <section><p>Represents a collection of <a class="xref" href="C1.C1Excel.XLRow.html">XLRow</a> objects that represent the
individual rows in each <a class="xref" href="C1.C1Excel.XLSheet.html">XLSheet</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLShape.html">XLShape</a></h4>
      <section><p>Represents a shape embedded in an <a class="xref" href="C1.C1Excel.XLSheet.html">XLSheet</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLSheet.html">XLSheet</a></h4>
      <section><p>Represents individual worksheets in an Excel workbook (<a class="xref" href="C1.C1Excel.C1XLBook.html">C1XLBook</a>).</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLSheetCollection.html">XLSheetCollection</a></h4>
      <section><p>Collection of <a class="xref" href="C1.C1Excel.XLSheet.html">XLSheet</a> objects that represent the individual
worksheets in a <a class="xref" href="C1.C1Excel.C1XLBook.html">C1XLBook</a>.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLStyle.html">XLStyle</a></h4>
      <section><p>Contains style elements used to define the appearance of the cells.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLTextShape.html">XLTextShape</a></h4>
      <section><p>Represents a common text shape embedded in an <a class="xref" href="C1.C1Excel.XLSheet.html">XLSheet</a>.</p>
</section>
    <h3 id="enums">
Enums
</h3>
      <h4><a class="xref" href="C1.C1Excel.CalculationMode.html">CalculationMode</a></h4>
      <section><p>Specifies calculation mode for all formulas in the workbook.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.CompatibilityMode.html">CompatibilityMode</a></h4>
      <section><p>Specifies limits to sheet size that correspond to specific versions
of Microsoft Excel.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.ConsolidationFunction.html">ConsolidationFunction</a></h4>
      <section><p>Specifies consolidation function for sheet subtotals.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.FileFormat.html">FileFormat</a></h4>
      <section><p>Specifies the file format to use when loading or saving workbooks.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.IMEModeType.html">IMEModeType</a></h4>
      <section><p>Specifies the description of the Japanese input rules.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.ImageScaling.html">ImageScaling</a></h4>
      <section><p>Specifies how images are scaled within spreadsheet cells.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.ViewLayout.html">ViewLayout</a></h4>
      <section><p>Specifies variant of view layout (preview).</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLAlignHorzEnum.html">XLAlignHorzEnum</a></h4>
      <section><p>Specifies how to align cell content horizontally within a cell.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLAlignVertEnum.html">XLAlignVertEnum</a></h4>
      <section><p>Specifies how to align cell content vertically within a cell.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLComparisonOperator.html">XLComparisonOperator</a></h4>
      <section><p>Comparison operator (applicable when cell type formating).</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLConditionalFormattingOperator.html">XLConditionalFormattingOperator</a></h4>
      <section><p>Conditional formatting operator (applicable when cell type formating).</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLConditionalFormattingType.html">XLConditionalFormattingType</a></h4>
      <section><p>Conditional formatting type.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLDiagonalFlags.html">XLDiagonalFlags</a></h4>
      <section><p>Specifies the type of diagonal line to draw across the cells.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLErrorStyle.html">XLErrorStyle</a></h4>
      <section><p>Error style (status).</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLFontScript.html">XLFontScript</a></h4>
      <section><p>The Excel font superscript/subscript style (escapement type).</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLHorizTextAlign.html">XLHorizTextAlign</a></h4>
      <section><p>Specifies horizontal text alignment.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLLineStyleEnum.html">XLLineStyleEnum</a></h4>
      <section><p>Specifies the line style used for the cell borders.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLPatternEnum.html">XLPatternEnum</a></h4>
      <section><p>Specifies the pattern used to fill the cell background.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLPictureViewType.html">XLPictureViewType</a></h4>
      <section><p>Specifies how images should be displayed (color, gray-scale, or black and white).</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLRangeType.html">XLRangeType</a></h4>
      <section><p>The range type.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLReadingDirection.html">XLReadingDirection</a></h4>
      <section><p>Specifies the reading direction (East Asian versions of MS Excel).</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLReferenceMode.html">XLReferenceMode</a></h4>
      <section><p>The Excel reference mode (A1 or R1C1).</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLReferenceType.html">XLReferenceType</a></h4>
      <section><p>The reference type.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLShapeDashedLineStyleEnum.html">XLShapeDashedLineStyleEnum</a></h4>
      <section><p>Specifies the dash style of borders drawn around <a class="xref" href="C1.C1Excel.XLShape.html">XLShape</a> objects.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLShapeLineStyleEnum.html">XLShapeLineStyleEnum</a></h4>
      <section><p>Specifies the style of borders drawn around <a class="xref" href="C1.C1Excel.XLShape.html">XLShape</a> objects.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLTextOrientation.html">XLTextOrientation</a></h4>
      <section><p>Specifies text orientation.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLUnderlineStyle.html">XLUnderlineStyle</a></h4>
      <section><p>Conditional formatting underline type for the font.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLValidationType.html">XLValidationType</a></h4>
      <section><p>Specifies the type of validation test to be performed in conjunction with values.</p>
</section>
      <h4><a class="xref" href="C1.C1Excel.XLVertTextAlign.html">XLVertTextAlign</a></h4>
      <section><p>Specifies vertical text alignment.</p>
</section>
    <h3 id="delegates">
Delegates
</h3>
      <h4><a class="xref" href="C1.C1Excel.XLProgressEventHandler.html">XLProgressEventHandler</a></h4>
      <section><p>Represents the method that will handle the <a class="xref" href="C1.C1Excel.C1XLBook.Progress.html">Progress</a> event of a
<a class="xref" href="C1.C1Excel.C1XLBook.html">C1XLBook</a>.</p>
</section>


</div>
