2025.6.1
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/***********************************************************************************************************************
|
||||
*
|
||||
* Copyright (c) 2010 - 2022 by Tech Soft 3D, Inc.
|
||||
* Copyright (c) 2010 - 2025 by Tech Soft 3D, Inc.
|
||||
* The information contained herein is confidential and proprietary to Tech Soft 3D, Inc., and considered a trade secret
|
||||
* as defined under civil and criminal statutes. Tech Soft 3D shall pursue its civil and criminal remedies in the event
|
||||
* of unauthorized use or misappropriation of its trade secrets. Use of this information by anyone other than authorized
|
||||
@@ -42,8 +42,8 @@ public:
|
||||
~HXmlTableRow() {}
|
||||
|
||||
public:
|
||||
void add_cell( char* pcText, int span_count = 0);
|
||||
void add_cell( char* pcText, int row_span, int col_span);
|
||||
void add_cell( const char* pcText, int span_count = 0);
|
||||
void add_cell( const char* pcText, int row_span, int col_span);
|
||||
void add_cell_double( double dValue, int span_count = 0);
|
||||
void add_cell_double_formated( double dValue, int idecimal, int span_count);
|
||||
void add_cell_int( int iValue, int span_count = 0);
|
||||
|
||||
Reference in New Issue
Block a user