InputZoneSetTableCellColor Method
|
Namespace:
Kofax.OmniPageCSDK.Objects
Assembly:
Kofax.OmniPageCSDK.Objects (in Kofax.OmniPageCSDK.Objects.dll) Version: 20.1.0.0 (20.1.16620.2100)
Syntaxpublic void SetTableCellColor(
int cellindex,
uint color
)
Public Sub SetTableCellColor (
cellindex As Integer,
color As UInteger
)
public:
void SetTableCellColor(
int cellindex,
unsigned int color
)
Parameters
- cellindex
- Type: SystemInt32
- color
- Type: SystemUInt32
See Also