この参照ページは、次の概要トピックと関連付けられています。#include <mobu-python-api.h>
Spreadsheet event.
Inheritance diagram for FBEventSpread:Public Member Functions | |
| __reduce__ () | |
| __init__ (...) | |
| Constructor. More... | |
Public Member Functions inherited from FBEvent | |
| __reduce__ () | |
| __init__ (...) | |
| Constructor. More... | |
Public Attributes | |
| FBPropertyInt | Row |
| Read Only Property: Row of event. More... | |
| FBPropertyInt | Column |
| Read Only Property: Column of event. More... | |
| FBPropertyInt | Action |
| Read Only Property: Action associated to the spread event. More... | |
Public Attributes inherited from FBEvent | |
| FBPropertyInt | Type |
| Read Only Property: Type of event. More... | |
| __init__ | ( | ... | ) |
Constructor.
Python Docstring:
Raises an exception This class cannot be instantiated from Python
C++ Signature:
FBEventSpread(HKEventBase pEvent)
| pEvent | Base event (internal) to obtain information from. |
| __reduce__ | ( | ) |
| FBPropertyInt Action |
Read Only Property: Action associated to the spread event.
This value is not always set and depends on the action being performed on the spreadsheet.
| FBPropertyInt Column |
Read Only Property: Column of event.
| FBPropertyInt Row |
Read Only Property: Row of event.