Grx.Mgd 1.0
Loading...
Searching...
No Matches
Properties | List of all members
Gssoft.Gscad.DatabaseServices.Row Class Reference

Properties

double Height [get, set]
 
double MinimumHeight [get]
 
- 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

- 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 ()
 
- 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)