CustomFilter
String Property
|
String value. Read-only.
Namespace:
Spire.Xls.Core.Spreadsheet.AutoFilter
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string String { get; set; }
Public Property String As String
Get
Set
public:
virtual property String^ String {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract String : string with get, set
override String : string with get, set
Property Value
Type:
String
Implements
IAutoFilterCondition
String
See Also