Grx.Mgd 1.0
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
Gssoft.Gscad.DatabaseServices.Cell Class Reference

Public Member Functions

 Cell (Table table, int row, int column)
 
CellRange GetDataLinkRange ()
 
CellRange GetMergeRange ()
 
Point3dCollection GetExtents ()
 
string GetTextString (FormatOption formatOption)
 
void RemoveDataLink ()
 
void ResetValue ()
 
string GetBlockAttributeValue (ObjectId attDefId)
 
void SetBlockAttributeValue (ObjectId attDefId, string value)
 
object GetValue (FormatOption formatOption)
 
void SetValue (object value, ParseOption parseOption)
 
void UpdateDataLink (UpdateDirection dir, UpdateOption option)
 
- Public Member Functions inherited from Gssoft.Gscad.DatabaseServices.CellRange
override bool Equals (object pRange)
 
ObjectIdCollection GetDataLink ()
 
override int GetHashCode ()
 
void DeleteContent ()
 
void SetDataLink (ObjectId dataLinkId, bool bUpdate)
 
IEnumerator< CellReferenceGetEnumerator ()
 

Properties

CellContentsCollection Contents [get]
 
CellContentTypes ContentTypes [get]
 
ObjectId BlockTableRecordId [get, set]
 
ObjectId DataLink [get, set]
 
ObjectId FieldId [get, set]
 
TableCellType CellType [get]
 
Point3d AttachmentPoint [get]
 
int Column [get]
 
int Row [get]
 
object Value [get, set]
 
string TextString [get, set]
 
string ToolTip [get, set]
 
- Properties inherited from Gssoft.Gscad.DatabaseServices.CellRange
bool CanDeleteColumns [get]
 
bool CanDeleteRows [get]
 
bool CanInsertColumn [get]
 
bool CanInsertRow [get]
 
bool IsNull [get]
 
bool IsSingleCell [get]
 
Color BackgroundColor [get, set]
 
Color ContentColor [get, set]
 
Cell BottomRight [get]
 
Cell BottomRightPlusOne [get]
 
Cell this[int row, int column] [get]
 
Cell TopLeft [get]
 
CellBorders Borders [get]
 
Table ParentTable [get]
 
int BottomRow [get]
 
int LeftColumn [get]
 
int RightColumn [get]
 
int TopRow [get]
 
CellAlignment? Alignment [get, set]
 
CellContentLayout? ContentLayout [get, set]
 
CellStates? State [get, set]
 
DataTypeParameterDataType [get, set]
 
bool? IsBackgroundColorNone [get, set]
 
bool? IsEmpty [get]
 
double? TextHeight [get, set]
 
string DataFormat [get, set]
 
string Style [get, set]
 

Additional Inherited Members

- Static Public Member Functions inherited from Gssoft.Gscad.DatabaseServices.CellRange
static bool operator!= (CellRange t1, CellRange t2)
 
static bool operator== (CellRange t1, CellRange t2)
 
static CellRange Create (Table table, int topRow, int leftColumn, int bottomRow, int rightColumn)
 
- Protected Member Functions inherited from Gssoft.Gscad.DatabaseServices.CellRange
 CellRange (Table table, int topRow, int leftColumn, int bottomRow, int rightColumn)