Python Reference Guide
 
Loading...
Searching...
No Matches
FBEventSpread Class Reference

Spreadsheet event. More...

#include <pyfbsdk.h>

Inheritance diagram for FBEventSpread:

Public Member Functions

 FBEventSpread (HKEventBase pEvent)
 Constructor.
 
- Public Member Functions inherited from FBEvent
 FBEvent (HKEvent pEvent)
 Constructor.
 

Public Attributes

int Action
 Read Only Property: Action associated to the spread event.

 
int Column
 Read Only Property: Column of event.

 
int Row
 Read Only Property: Row of event.

 
- Public Attributes inherited from FBEvent
int Type
 Read Only Property: Type of event.

 

Detailed Description

Spreadsheet event.


Constructor & Destructor Documentation

◆ FBEventSpread()

FBEventSpread ( HKEventBase  pEvent)

Constructor.

Parameters
pEventBase event (internal) to obtain information from.

Member Data Documentation

◆ Action

int Action

Read Only Property: Action associated to the spread event.

◆ Column

int Column

Read Only Property: Column of event.

◆ Row

int Row

Read Only Property: Row of event.