Class TableCellStyleBuilder
Inheritance
System.Object
System.MarshalByRefObject
TableCellStyleBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.dll
Syntax
public class TableCellStyleBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
TableCellStyleBuilder()
Declaration
protected TableCellStyleBuilder()
Properties
BorderColor
Declaration
public int BorderColor { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
BorderFont
Declaration
public int BorderFont { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
BorderLocation
Declaration
public TableCellStyleBuilder.BorderLocationType BorderLocation { get; set; }
Property Value
BorderWidth
Declaration
public int BorderWidth { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public TableCellStyleBuilder.CellFormatTypes CellFormatType { get; set; }
Property Value
Declaration
public TableCellStyleBuilder.DateFormatTypes DateFormatType { get; set; }
Property Value
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Annotations.TableCellStyleBuilder.CellFormatType instead.")]
public TableCellStyleBuilder.FormatType Format { get; set; }
Property Value
IncrementIsPercentage
Declaration
public bool IncrementIsPercentage { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IncrementValue
Declaration
public double IncrementValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public bool IsAFormula { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Precision
Declaration
public int Precision { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Prefix
Declaration
public string Prefix { get; set; }
Property Value
Type |
Description |
System.String |
|
ProtectCell
Declaration
public bool ProtectCell { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SlantAngle
Declaration
public double SlantAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
Suffix
Declaration
public string Suffix { get; set; }
Property Value
Type |
Description |
System.String |
|
TabDirection
Declaration
public TableCellStyleBuilder.TabDirectionType TabDirection { get; set; }
Property Value
TextAlignment
Declaration
public TableCellStyleBuilder.TextAlignmentType TextAlignment { get; set; }
Property Value
Declaration
public TableCellStyleBuilder.TimeFormatTypes TimeFormatType { get; set; }
Property Value
Url
Declaration
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|
ZeroDisplay
Declaration
public TableCellStyleBuilder.ZeroDisplayType ZeroDisplay { get; set; }
Property Value
Methods
GetFitMethods()
Declaration
public TableCellStyleBuilder.FitMethodType[] GetFitMethods()
Returns
SetFitMethods(TableCellStyleBuilder.FitMethodType[])
Declaration
public void SetFitMethods(TableCellStyleBuilder.FitMethodType[] fitMethods)
Parameters
Validate()
Declaration
Returns
Type |
Description |
System.Boolean |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink