XlsConditionalFormats
AddEndsWithCondition Method
 | 
Add new end with condition to the collection.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public IConditionalFormat AddEndsWithCondition(
	string text
)
 
Public Function AddEndsWithCondition ( 
	text As String
) As IConditionalFormat
 
public:
IConditionalFormat^ AddEndsWithCondition(
	String^ text
)
 
member AddEndsWithCondition : 
text : string -> IConditionalFormat 
 
 
 
Parameters
- 
text
 
- 
Type:
System
String
end with text
 
Return Value
Type:
IConditionalFormat
 
See Also