[]
        
(Showing Draft Content)

FarPoint.Web.Spread.IOptimizedFilterStyleModel.GetCompositeInfo

GetCompositeInfo Method

GetCompositeInfo(int, int, int, bool, StyleInfo, StyleInfo)

Gets the composite information.

Declaration
StyleInfo GetCompositeInfo(int row, int column, int altIndex, bool loadParseFormat, StyleInfo destInfo, StyleInfo compositeBufferInfo)
Function GetCompositeInfo(row As Integer, column As Integer, altIndex As Integer, loadParseFormat As Boolean, destInfo As StyleInfo, compositeBufferInfo As StyleInfo) As StyleInfo
Parameters
Type Name Description
int row

The row.

int column

The column.

int altIndex

Alternating index.

bool loadParseFormat
StyleInfo destInfo

The destination information.

StyleInfo compositeBufferInfo

The StyleInfo which is used as temporary compositing StyleInfo. Passing an instance will ensure thread-safe.

Returns
Type Description
StyleInfo