Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public IConditionalFormat AddTopBottomCondition(
	TopBottomType topBottomType,
	int rank
)
Public Function AddTopBottomCondition ( 
	topBottomType As TopBottomType,
	rank As Integer
) As IConditionalFormat
public:
IConditionalFormat^ AddTopBottomCondition(
	TopBottomType topBottomType, 
	int rank
)
member AddTopBottomCondition : 
        topBottomType : TopBottomType * 
        rank : int -> IConditionalFormat 

Parameters

topBottomType
TopBottomType
rank
Int32

Return Value

IConditionalFormat

See Also