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

Public Member Functions

override bool Equals (object pRange)
 
ObjectIdCollection GetDataLink ()
 
override int GetHashCode ()
 
void DeleteContent ()
 
void SetDataLink (ObjectId dataLinkId, bool bUpdate)
 
IEnumerator< CellReferenceGetEnumerator ()
 

Static Public Member Functions

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

 CellRange (Table table, int topRow, int leftColumn, int bottomRow, int rightColumn)
 

Properties

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]