#import <EDCell.h>
Abgeleitet von NSObject.
Öffentliche Methoden | |
| (id) | - initWithResources: |
| (void) | - dealloc |
| (int) | - key |
| (int) | - columnNumber |
| (void) | - setColumnNumber: |
| (id) | - cellValue |
| (void) | - setCellValue: |
| (id) | - formula |
| (void) | - setFormula: |
| (id) | - style |
| (void) | - setStyle: |
| (_Bool) | - isDefaultStyle |
| (id) | - mergedCells |
| (id) | - conditionalFormatting |
| (id) | - hyperlink |
Öffentliche, statische Methoden | |
| (id) | + cellWithResources: |
Geschützte Attribute | |
| EDResources * | mResources |
| EDRow * | mRow |
| int | mColumnNumber |
| EDCellValue * | mCellValue |
| EDFormula * | mFormula |
| unsigned int | mStyleIndex |
| EDReference * | mMergedCells |
| EDConditionalFormatting * | mConditionalFormatting |
| EDHyperlink * | mHyperlink |
Definiert in Zeile 13 der Datei EDCell.h.
| + (id) cellWithResources: | (id) | fp8 |
| - (id) initWithResources: | (id) | fp8 |
| - (void) dealloc |
Implementiert NSObject.
| - (int) key |
| - (int) columnNumber |
| - (void) setColumnNumber: | (int) | fp8 |
| - (id) cellValue |
| - (void) setCellValue: | (id) | fp8 |
| - (id) formula |
| - (void) setFormula: | (id) | fp8 |
| - (id) style |
| - (void) setStyle: | (id) | fp8 |
| - (_Bool) isDefaultStyle |
| - (id) mergedCells |
| - (id) conditionalFormatting |
| - (id) hyperlink |
- (EDResources*) mResources [protected] |
- (int) mColumnNumber [protected] |
- (EDCellValue*) mCellValue [protected] |
- (unsigned int) mStyleIndex [protected] |
- (EDReference*) mMergedCells [protected] |
- (EDConditionalFormatting*) mConditionalFormatting [protected] |
- (EDHyperlink*) mHyperlink [protected] |