ExtendingXSLTMethodsTableCellWidthFill Method |
Namespace: Kettic.AspNet.Controls.Editor.RtfAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic static string TableCellWidthFill(
XPathNodeIterator objXMLNodes,
double tableWidth
)
Public Shared Function TableCellWidthFill (
objXMLNodes As XPathNodeIterator,
tableWidth As Double
) As String
public:
static String^ TableCellWidthFill(
XPathNodeIterator^ objXMLNodes,
double tableWidth
)
static member TableCellWidthFill :
objXMLNodes : XPathNodeIterator *
tableWidth : float -> string
Parameters
- objXMLNodes
- Type: System.Xml.XPathXPathNodeIterator
- tableWidth
- Type: SystemDouble
Return Value
Type:
String
See Also