ComponentOne WinForms Edition
Demos
Docs
Samples
Download
ComponentOne Excel for .NET
C1.Excel Assembly
/
C1.Excel Namespace
/
XLStyle Class
/ Clone Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: Visual Basic (Declaration)
Language Filter: C#
Visual Basic (Declaration)
C#
In This Topic
Syntax
See Also
Excel for .NET Overview
Key Features
Limitations
Quick Start
Workbook
Worksheet
View Layouts
Rows and Columns
Cells
Images
Calculation Modes
Compatibility Modes
Groups and Subtotals
Conditional Formatting
Data Validation
Copy Sheets
Load and Save
API Reference
C1.Excel Assembly
Namespaces
C1.Excel Namespace
Overview
Classes
C1XLBook
ShapeCollection
XLBorderFormatting
XLCell
XLCellRange
XLCellRangeCollection
XLColumn
XLColumnCollection
XLComment
XLCommentCollection
XLCommentShape
XLConditionalFormatting
XLConditionalFormattingCollection
XLConditionalFormattingRangeCollection
XLConditionalFormattingRule
XLConditionalFormattingRuleCollection
XLDataValidation
XLDataValidationCollection
XLDataValidationRangeCollection
XLFont
XLFontFormatting
XLNamedRange
XLNamedRangeCollection
XLOpaqueShape
XLPatternFormatting
XLPictureShape
XLPrintSettings
XLProgressEventArgs
XLRange
XLRow
XLRowCollection
XLShape
XLSheet
XLSheetCollection
XLStyle
Overview
Members
XLStyle Constructor
Methods
Clone Method
ColorFromIndex Method
Equals Method
FormatDotNetToXL Method
FormatDotNetToXL(String,Type) Method
FormatDotNetToXL(String,Type,CultureInfo) Method
FormatDotNetToXL(String) Method
FormatDotNetToXL(String,CultureInfo) Method
FormatJapaneseDateTime Method
FormatXLToDotNet Method
FormatXLToDotNet(String) Method
FormatXLToDotNet(String,CultureInfo) Method
GetHashCode Method
IndexFromColor Method
SetBorderColor Method
SetBorderStyle Method
Properties
AlignHorz Property
AlignVert Property
BackColor Property
BackPattern Property
BorderBottom Property
BorderColorBottom Property
BorderColorLeft Property
BorderColorRight Property
BorderColorTop Property
BorderLeft Property
BorderRight Property
BorderTop Property
Diagonal Property
DiagonalColor Property
DiagonalStyle Property
Direction Property
Font Property
ForeColor Property
Format Property
Indent Property
IsAutoBackColor Property
Locked Property
PatternColor Property
QuotePrefix Property
Rotation Property
ShrinkToFit Property
WordWrap Property
XLTextShape
Enumerations
CalculationMode
CompatibilityMode
ConsolidationFunction
FileFormat
ImageFormat
ImageScaling
IMEModeType
ViewLayout
XLAlignHorz
XLAlignVert
XLComparisonOperator
XLConditionalFormattingOperator
XLConditionalFormattingType
XLDiagonalFlags
XLErrorStyle
XLFontScript
XLHorizTextAlign
XLLineStyle
XLPattern
XLPictureViewType
XLRangeType
XLReadingDirection
XLReferenceMode
XLReferenceType
XLShapeDashedLineStyle
XLShapeLineStyle
XLTextOrientation
XLUnderlineStyle
XLValidationType
XLVertTextAlign
Delegates
XLProgressEventHandler
C1.Util Namespace
Overview
Classes
BitmapGraphicsRendering
GraphicsRendering
SvgGraphicsRendering
SvgRendering
XLBorderRendering
XLCellRendering
XLPath
XLSheetRendering
XLTextLayout
XLTextRange
XLTextRangeCollection
Enumerations
TextAlignType
Interfaces
IRendering
IUsingRendering
Clone Method (XLStyle)
In This Topic
Syntax
See Also
Creates a new
XLStyle
object that is a copy of the current instance.
Syntax
Visual Basic
C#
public
XLStyle
Clone()
'Declaration Public Function Clone() As
XLStyle
Return Value
A new
XLStyle
object that is a copy of the current instance.
See Also
Reference
XLStyle Class
XLStyle Members