SpreadsheetRowFilter(bpy_struct)#

base class — bpy_struct

class bpy.types.SpreadsheetRowFilter(bpy_struct)#
column_name#
Type:

string, default “”, (never None)

enabled#
Type:

boolean, default False

operation#
Type:

enum in [‘EQUAL’, ‘GREATER’, ‘LESS’], default ‘EQUAL’

show_expanded#
Type:

boolean, default False

threshold#

How close float values need to be to be equal

Type:

float in [0, inf], default 0.0

value_boolean#
Type:

boolean, default False

value_color#
Type:

float array of 4 items in [-inf, inf], default (0.0, 0.0, 0.0, 0.0)

value_float#
Type:

float in [-inf, inf], default 0.0

value_float2#
Type:

float array of 2 items in [-inf, inf], default (0.0, 0.0)

value_float3#
Type:

float array of 3 items in [-inf, inf], default (0.0, 0.0, 0.0)

value_int#
Type:

int in [-inf, inf], default 0

value_int2#
Type:

int array of 2 items in [-inf, inf], default (0, 0)

value_int8#
Type:

int in [-128, 127], default 0

value_string#
Type:

string, default “”, (never None)

classmethod bl_rna_get_subclass(id, default=None)#
Parameters:

id (string) – The RNA type identifier.

Returns:

The RNA type or default when not found.

Return type:

bpy.types.Struct subclass

classmethod bl_rna_get_subclass_py(id, default=None)#
Parameters:

id (string) – The RNA type identifier.

Returns:

The class or default when not found.

Return type:

type

Inherited Properties

Inherited Functions

References