Class CFIconSet
Icon set.
Inheritance
System.Object
CFIconSet
Namespace: Syncfusion.XlsIO.Parser.Biff_Records
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class CFIconSet : Object
Constructors
CFIconSet()
Default constructor.
Declaration
public CFIconSet()
Properties
DefaultRecordSize
Default minimum structure size.
Declaration
public ushort DefaultRecordSize { get; }
Property Value
Type |
---|
System.UInt16 |
IconsetImpl
Data bar implementation class.
Declaration
public IIconSet IconsetImpl { get; }
Property Value
Type |
---|
IIconSet |
IconSetType
Specifies the icon set that represents the cell values.
Declaration
public ExcelIconSetType IconSetType { get; set; }
Property Value
Type |
---|
ExcelIconSetType |
ListCFIconSet
List of CF icon MultiState.
Declaration
public List<CFIconMultiState> ListCFIconSet { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<CFIconMultiState> |
Methods
GetStoreSize(ExcelVersion)
Size of the required storage space. Read-only.
Declaration
public int GetStoreSize(ExcelVersion version)
Parameters
Type | Name | Description |
---|---|---|
ExcelVersion | version |
Returns
Type |
---|
System.Int32 |
ParseIconSet(DataProvider, Int32, ExcelVersion)
Parse structure of template parameter. Converts data buffer to special values according to record specification.
Declaration
public int ParseIconSet(DataProvider provider, int iOffset, ExcelVersion version)
Parameters
Type | Name | Description |
---|---|---|
DataProvider | provider | Object that provides access to the data. |
System.Int32 | iOffset | Offset to the record's data. |
ExcelVersion | version | Excel version used for infill. |
Returns
Type |
---|
System.Int32 |
SerializeIconSet(DataProvider, Int32, ExcelVersion, IIconSet)
In this method, class must pack all of its properties into an internal data array, m_data. This method is called by FillStream, when the record must be serialized into a stream.
Declaration
public int SerializeIconSet(DataProvider provider, int iOffset, ExcelVersion version, IIconSet iIconSet)
Parameters
Type | Name | Description |
---|---|---|
DataProvider | provider | Object that provides access to the data. |
System.Int32 | iOffset | Offset in the buffer. |
ExcelVersion | version | Excel version used for infill. |
IIconSet | iIconSet |
Returns
Type |
---|
System.Int32 |
UpdateIconSetColor(IList<IConditionValue>)
Update criteria.
Declaration
public void UpdateIconSetColor(IList<IConditionValue> m_IconCriteria)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<IConditionValue> | m_IconCriteria |