diff options
Diffstat (limited to 'Source/SPDataCellFormatter.h')
-rw-r--r-- | Source/SPDataCellFormatter.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPDataCellFormatter.h b/Source/SPDataCellFormatter.h index 00cc85bb..d1f9c7d4 100644 --- a/Source/SPDataCellFormatter.h +++ b/Source/SPDataCellFormatter.h @@ -33,10 +33,12 @@ @interface SPDataCellFormatter : NSFormatter { NSInteger textLimit; + NSUInteger displayLimit; NSString *fieldType; } @property (readwrite, assign) NSInteger textLimit; +@property (readwrite, assign) NSUInteger displayLimit; @property (readwrite, retain) NSString* fieldType; @end |