diff options
Diffstat (limited to 'Source/SPTableContent.h')
-rw-r--r-- | Source/SPTableContent.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/SPTableContent.h b/Source/SPTableContent.h index d1a70a5c..893d767d 100644 --- a/Source/SPTableContent.h +++ b/Source/SPTableContent.h @@ -134,8 +134,14 @@ NSColor *lightGrayColor; SPFieldEditorController *fieldEditor; + NSRange fieldEditorSelectedRange; + } + +- (void)setFieldEditorSelectedRange:(NSRange)aRange; +- (NSRange)fieldEditorSelectedRange; + // Table loading methods and information - (void) loadTable:(NSString *)aTable; - (void) clearTableValues; |