|
||||
HOME |
|
FarPoint Technologies (800) 645-5913 fpsales@fpoint.com |
While Spread makes it easy and intuitive for your customer to edit and view data, more importantly, it also provides you with a robust object model to program against. You can use the helper objects or program directly against the models for the best performance. Helper Objects We've included helper objects to make it easy to program against Spread. While not quite as efficient as programming directly against the models, helper objects provide an intuitive programming layer on top of the models, making it easy to find what you need. Accessing a specific sheet number: FpSpread1.Sheets(sheetnum).xxx
Accessing the active sheet: FpSpread1.ActiveSheetView.xxx
Accessing Rows, Columns, and Cells: With FpSpread1.Sheets(sheetnum)For example, With FpSpread1.Sheets(0)
Models Use the models directly for the best performance and customization options
With FpSpread1.ActiveSheetView |
|
Copyright © 1991-2007 FarPoint Technologies, Inc. All rights reserved. All names are property of their respective owners. |