Click or drag to resize
NanoXLSX

StyleReaderContainer Methods

The StyleReaderContainer type exposes the following members.

Methods
 NameDescription
Protected methodAddMruColor Adds a color value to the color MRU list
Public methodAddStyleComponent Adds a style component and determines the appropriate type of it automatically
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetBorder Returns a border component by its index
Private methodGetComponent Internal method to retrieve style components
Public methodGetFill Returns a fill component by its index
Public methodGetFont Returns a font component by its index
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Protected methodGetMruColors Gets the mRU colors as list
Public methodGetNextBorderId Gets the next internal id of a border component
Public methodGetNextCellXFId Gets the next internal id of a cell XF component
Public methodGetNextFillId Gets the next internal id of a fill component
Public methodGetNextFontId Gets the next internal id of a font component
Public methodGetNextStyleId Gets the next internal id of a style
Public methodGetNumberFormat Returns a number format component by its index
Public methodGetStyle(String) Returns a whole style by its index
Public methodGetStyle(Int32, Boolean, Boolean) Returns a whole style by its index. It also returns information about the type of the style
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also