[]
        
(Showing Draft Content)

C1.C1Preview.ParagraphObject.GetCalculatedValue

GetCalculatedValue Method

GetCalculatedValue(int, out object)

For internal use.

Declaration
protected bool GetCalculatedValue(int propKey, out object value)
Protected Function GetCalculatedValue(propKey As Integer, ByRef value As Object) As Boolean
Parameters
Type Name Description
int propKey
object value
Returns
Type Description
bool

GetCalculatedValue(int)

For internal use.

Declaration
protected object GetCalculatedValue(int propKey)
Protected Function GetCalculatedValue(propKey As Integer) As Object
Parameters
Type Name Description
int propKey
Returns
Type Description
object