| ExcelXmlWriterLookupPrefix Method |
[Missing <summary> documentation for "M:Activsoft.Dashboard.ExcelXmlWriter.LookupPrefix(System.String)"]
Namespace: Activsoft.DashboardAssembly: Activsoft.Dashboard (in Activsoft.Dashboard.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic override string LookupPrefix(
string ns
)
Public Overrides Function LookupPrefix (
ns As String
) As String
public:
virtual String^ LookupPrefix(
String^ ns
) override
abstract LookupPrefix :
ns : string -> string
override LookupPrefix :
ns : string -> string Parameters
- ns
- Type: SystemString
[Missing <param name="ns"/> documentation for "M:Activsoft.Dashboard.ExcelXmlWriter.LookupPrefix(System.String)"]
Return Value
Type:
String[Missing <returns> documentation for "M:Activsoft.Dashboard.ExcelXmlWriter.LookupPrefix(System.String)"]
See Also