SimpleDLL - Excel Addin - User Documentation

Built with RapidXLL

Categories                     Function Index



Categories

RXLL.IDs (3)RXLL.Misc (2)SimpleNS (7)







Category: RXLL.IDs (3 Functions)




Categories                     Function Index                     Back                     Forward

RXLL.IDs

RapidRange

SimpleNS.Vector.Dims(RapidId vecId)

The RapidId type is used to find the appropriate VectorCTOR. Returns two rows x columns in two cells.
parameter
type
parameter
Name
Description
RapidIdvecId ID returned by VectorCTOR; this is he object handle.



Categories                     Function Index                     Back                     Forward

RXLL.IDs

void

SimpleNS.Vector.Factory(RapidIdCtor vecName, RapidRange rx_values)

Function builds an object. RapidIdCtor builds a unique handle.
parameter
type
parameter
Name
Description
RapidIdCtorvecName
RapidRangerx_values



Categories                     Function Index                     Back                     Forward

RXLL.IDs

double

SimpleNS.Vector.Sum(RapidId vecId)

Returns sum of numeric fields.
parameter
type
parameter
Name
Description
RapidIdvecId ID returned by VectorCTOR; this is he object handle.





Category: RXLL.Misc (2 Functions)




Categories                     Function Index                     Back                     Forward

RXLL.Misc

double

Misc.GlobalCounter()

This counter comes from the GLOBAL namespace ::GlobalCounter()
parameter
type
parameter
Name
Description



Categories                     Function Index                     Back                     Forward

RXLL.Misc

RapidRange

Misc.TrimStrings(RapidRange rx_strs, long maxLen)

Function resides in RXLL.Misc category with a call prefix of Misc. Parameter help information is acquired from prototype itself.
parameter
type
parameter
Name
Description
RapidRangerx_strs strings to convert
longmaxLen num of times to repeat Default=10





Category: SimpleNS (7 Functions)




Categories                     Function Index                     Back                     Forward

SimpleNS

RapidRange

SimpleNS.Double(RapidRange rx_vals)

This function returns a range with numbers doubled
parameter
type
parameter
Name
Description
RapidRangerx_vals



Categories                     Function Index                     Back                     Forward

SimpleNS

RapidRange

SimpleNS.FlipAndPad(RapidRange rx_flipSrc)

This function flips a range and padds result to ensure that a [Padding = rows x cols] 10x10 section has no #N/As.
parameter
type
parameter
Name
Description
RapidRangerx_flipSrc [Help variableName] Range of rows to be flipped.



Categories                     Function Index                     Back                     Forward

SimpleNS

double

SimpleNS.HiddenVolatileFunction()

NOTE: Hidden functions are NOT seen in Func Wizard. It is also Volatile. Returns count of times it has been called.
parameter
type
parameter
Name
Description



Categories                     Function Index                     Back                     Forward

SimpleNS

double

SimpleNS.Polynomial(double a, double c, double d)

[ a,b,d,e have default values. ] [ b,e are completely hidden [Hide] from users. ] [ e's default value comes from the prototype itself ] [ d's default value is overridden ]
parameter
type
parameter
Name
Description
doublea Default=2.0
doubleb Default=3.2
doublec
doubled Default=22
doublee Default=13.3



Categories                     Function Index                     Back                     Forward

SimpleNS

string

SimpleNS.ReverseString(string str)

This function reverses a string.
parameter
type
parameter
Name
Description
stringstr [Help variableName] string to reverse.



Categories                     Function Index                     Back                     Forward

SimpleNS

string

SimpleNS.VersionInfo()

parameter
type
parameter
Name
Description



Categories                     Function Index                     Back                     Forward

SimpleNS

int

SimpleNS.VolatileFunction()

Volatile functions are called EVERY TIME anything is computed. Returns count of times it has been called.
parameter
type
parameter
Name
Description






Function Index

FunctionCategoryDescription
Misc.GlobalCounterRXLL.Misc This counter comes from the GLOBAL namespace ::G
Misc.TrimStringsRXLL.Misc Function resides in RXLL.Misc category with a cal
SimpleNS.DoubleSimpleNSThis function returns a range with numbers doubled
SimpleNS.FlipAndPadSimpleNS This function flips a range and padds result to e
SimpleNS.HiddenVolatileFunctionSimpleNS NOTE: Hidden functions are NOT seen in Func Wiza
SimpleNS.PolynomialSimpleNS [ a,b,d,e have default values. ] [ b,e are comple
SimpleNS.ReverseStringSimpleNS This function reverses a string.
SimpleNS.Vector.DimsRXLL.IDs The RapidId type is used to find the appropriate
SimpleNS.Vector.FactoryRXLL.IDs Function builds an object. RapidIdCtor builds a
SimpleNS.Vector.SumRXLL.IDs Returns sum of numeric fields.
SimpleNS.VersionInfoSimpleNS
SimpleNS.VolatileFunctionSimpleNS Volatile functions are called EVERY TIME anything


Categories                     Function Index                     RapidXLL